/**@class android.accounts.ChooseTypeAndAccountActivity implements android.accounts.AccountManagerCallback @extends android.app.Activity @hide */ var ChooseTypeAndAccountActivity = { /** A Parcelable ArrayList of Account objects that limits the choosable accounts to those in this list, if this parameter is supplied. */ EXTRA_ALLOWABLE_ACCOUNTS_ARRAYLIST : "allowableAccounts", /** A Parcelable ArrayList of String objects that limits the accounts to choose to those that match the types in this list, if this parameter is supplied. This list is also used to filter the allowable account types if add account is selected. */ EXTRA_ALLOWABLE_ACCOUNT_TYPES_STRING_ARRAY : "allowableAccountTypes", /** This is passed as the addAccountOptions parameter in AccountManager.addAccount() if it is called. */ EXTRA_ADD_ACCOUNT_OPTIONS_BUNDLE : "addAccountOptions", /** This is passed as the requiredFeatures parameter in AccountManager.addAccount() if it is called. */ EXTRA_ADD_ACCOUNT_REQUIRED_FEATURES_STRING_ARRAY : "addAccountRequiredFeatures", /** This is passed as the authTokenType string in AccountManager.addAccount() if it is called. */ EXTRA_ADD_ACCOUNT_AUTH_TOKEN_TYPE_STRING : "authTokenType", /** If set then the specified account is already "selected". */ EXTRA_SELECTED_ACCOUNT : "selectedAccount", /** Deprecated. Providing this extra to {@link android.accounts.ChooseTypeAndAccountActivity} will have no effect. */ EXTRA_ALWAYS_PROMPT_FOR_ACCOUNT : "alwaysPromptForAccount", /** If set then this string willb e used as the description rather than the default. */ EXTRA_DESCRIPTION_TEXT_OVERRIDE : "descriptionTextOverride", /***/ REQUEST_NULL : "0", /***/ REQUEST_CHOOSE_TYPE : "1", /***/ REQUEST_ADD_ACCOUNT : "2", /** */ onCreate : function( ) {}, /** */ onCancelButtonClicked : function( ) {}, /** */ onOkButtonClicked : function( ) {}, /** */ run : function( ) {}, };