Uses of Interface
android.accounts.AccountManagerCallback

Packages that use AccountManagerCallback
android.accounts   
 

Uses of AccountManagerCallback in android.accounts
 

Methods in android.accounts with parameters of type AccountManagerCallback
 AccountManagerFuture<Bundle> AccountManager.addAccount(String accountType, String authTokenType, String[] requiredFeatures, Bundle addAccountOptions, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.confirmCredentials(Account account, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.editProperties(String accountType, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Account[]> AccountManager.getAccountsByTypeAndFeatures(String type, String[] features, AccountManagerCallback<Account[]> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthToken(Account account, String authTokenType, boolean notifyAuthFailure, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthToken(Account account, String authTokenType, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthToken(Account account, String authTokenType, Bundle options, boolean notifyAuthFailure, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthTokenByFeatures(String accountType, String authTokenType, String[] features, Activity activity, Bundle addAccountOptions, Bundle getAuthTokenOptions, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Boolean> AccountManager.hasFeatures(Account account, String[] features, AccountManagerCallback<Boolean> callback, Handler handler)
           
 AccountManagerFuture<Boolean> AccountManager.removeAccount(Account account, AccountManagerCallback<Boolean> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.updateCredentials(Account account, String authTokenType, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 



Copyright © 2008-2012. All Rights Reserved.