Uses of Interface
android.accounts.AccountManagerFuture

Packages that use AccountManagerFuture
android.accounts   
 

Uses of AccountManagerFuture in android.accounts
 

Methods in android.accounts that return AccountManagerFuture
 AccountManagerFuture<Bundle> AccountManager.addAccount(java.lang.String accountType, java.lang.String authTokenType, java.lang.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(java.lang.String accountType, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Account[]> AccountManager.getAccountsByTypeAndFeatures(java.lang.String type, java.lang.String[] features, AccountManagerCallback<Account[]> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthToken(Account account, java.lang.String authTokenType, boolean notifyAuthFailure, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthToken(Account account, java.lang.String authTokenType, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.getAuthTokenByFeatures(java.lang.String accountType, java.lang.String authTokenType, java.lang.String[] features, Activity activityForPrompting, Bundle addAccountOptions, Bundle getAuthTokenOptions, AccountManagerCallback<Bundle> callback, Handler handler)
           
 AccountManagerFuture<java.lang.Boolean> AccountManager.removeAccount(Account account, AccountManagerCallback<java.lang.Boolean> callback, Handler handler)
           
 AccountManagerFuture<Bundle> AccountManager.updateCredentials(Account account, java.lang.String authTokenType, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
           
 

Methods in android.accounts with parameters of type AccountManagerFuture
 void AccountManagerCallback.run(AccountManagerFuture<V> future)
           
 



Copyright © 2008-2010. All Rights Reserved.