Uses of Class
android.accounts.AccountAuthenticatorResponse

Packages that use AccountAuthenticatorResponse
android.accounts   
 

Uses of AccountAuthenticatorResponse in android.accounts
 

Fields in android.accounts with type parameters of type AccountAuthenticatorResponse
static Parcelable.Creator<AccountAuthenticatorResponse> AccountAuthenticatorResponse.CREATOR
           
 

Methods in android.accounts with parameters of type AccountAuthenticatorResponse
abstract  Bundle AbstractAccountAuthenticator.addAccount(AccountAuthenticatorResponse response, java.lang.String accountType, java.lang.String authTokenType, java.lang.String[] requiredFeatures, Bundle options)
           
abstract  Bundle AbstractAccountAuthenticator.confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options)
           
abstract  Bundle AbstractAccountAuthenticator.editProperties(AccountAuthenticatorResponse response, java.lang.String accountType)
           
 Bundle AbstractAccountAuthenticator.getAccountRemovalAllowed(AccountAuthenticatorResponse response, Account account)
           
abstract  Bundle AbstractAccountAuthenticator.getAuthToken(AccountAuthenticatorResponse response, Account account, java.lang.String authTokenType, Bundle options)
           
abstract  Bundle AbstractAccountAuthenticator.hasFeatures(AccountAuthenticatorResponse response, Account account, java.lang.String[] features)
           
abstract  Bundle AbstractAccountAuthenticator.updateCredentials(AccountAuthenticatorResponse response, Account account, java.lang.String authTokenType, Bundle options)
           
 



Copyright © 2008-2010. All Rights Reserved.