Methods in android.accounts with parameters of type Handler |
AccountManagerFuture<Bundle> |
AccountManager.addAccount(String accountType,
String authTokenType,
String[] requiredFeatures,
Bundle addAccountOptions,
Activity activity,
AccountManagerCallback<Bundle> callback,
Handler handler)
|
void |
AccountManager.addOnAccountsUpdatedListener(OnAccountsUpdateListener listener,
Handler handler,
boolean updateImmediately)
|
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)
|
Methods in android.content with parameters of type Handler |
abstract Intent |
Context.registerReceiver(BroadcastReceiver receiver,
IntentFilter filter,
String broadcastPermission,
Handler scheduler)
|
Intent |
ContextWrapper.registerReceiver(BroadcastReceiver receiver,
IntentFilter filter,
String broadcastPermission,
Handler scheduler)
|
void |
IntentSender.sendIntent(Context context,
int code,
Intent intent,
IntentSender.OnFinished onFinished,
Handler handler)
|
void |
IntentSender.sendIntent(Context context,
int code,
Intent intent,
IntentSender.OnFinished onFinished,
Handler handler,
String requiredPermission)
|
abstract void |
Context.sendOrderedBroadcast(Intent intent,
String receiverPermission,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras)
|
void |
ContextWrapper.sendOrderedBroadcast(Intent intent,
String receiverPermission,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras)
|
abstract void |
Context.sendStickyOrderedBroadcast(Intent intent,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras)
|
void |
ContextWrapper.sendStickyOrderedBroadcast(Intent intent,
BroadcastReceiver resultReceiver,
Handler scheduler,
int initialCode,
String initialData,
Bundle initialExtras)
|