Uses of Class
android.os.Handler

Packages that use Handler
android.accounts   
android.app   
android.content   
android.database   
android.hardware   
android.media   
android.os   
android.view   
android.webkit   
 

Uses of Handler in android.accounts
 

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)
           
 

Uses of Handler in android.app
 

Methods in android.app with parameters of type Handler
 void PendingIntent.send(Context context, int code, Intent intent, PendingIntent.OnFinished onFinished, Handler handler)
           
 void PendingIntent.send(Context context, int code, Intent intent, PendingIntent.OnFinished onFinished, Handler handler, String requiredPermission)
           
 void PendingIntent.send(int code, PendingIntent.OnFinished onFinished, Handler handler)
           
 

Uses of Handler in android.content
 

Subclasses of Handler in android.content
 class AsyncQueryHandler
           
protected  class AsyncQueryHandler.WorkerHandler
           
 

Fields in android.content declared as Handler
 Handler AsyncQueryHandler.WorkerArgs.handler
           
 

Methods in android.content that return Handler
protected  Handler AsyncQueryHandler.createHandler(Looper looper)
           
 

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)
           
 

Constructors in android.content with parameters of type Handler
ContentQueryMap(Cursor cursor, String columnNameOfKey, boolean keepUpdated, Handler handlerForUpdateNotifications)
           
 

Uses of Handler in android.database
 

Constructors in android.database with parameters of type Handler
ContentObserver(Handler handler)
           
 

Uses of Handler in android.hardware
 

Methods in android.hardware with parameters of type Handler
 boolean SensorManager.registerListener(SensorEventListener listener, Sensor sensor, int rate, Handler handler)
           
 

Uses of Handler in android.media
 

Methods in android.media with parameters of type Handler
 void JetPlayer.setEventListener(JetPlayer.OnJetEventListener listener, Handler handler)
           
 void AudioTrack.setPlaybackPositionUpdateListener(AudioTrack.OnPlaybackPositionUpdateListener listener, Handler handler)
           
 void AudioRecord.setRecordPositionUpdateListener(AudioRecord.OnRecordPositionUpdateListener listener, Handler handler)
           
 

Uses of Handler in android.os
 

Methods in android.os that return Handler
 Handler Message.getTarget()
           
 

Methods in android.os with parameters of type Handler
static Message Message.obtain(Handler h)
           
static Message Message.obtain(Handler h, int what)
           
static Message Message.obtain(Handler h, int what, int arg1, int arg2)
           
static Message Message.obtain(Handler h, int what, int arg1, int arg2, Object obj)
           
static Message Message.obtain(Handler h, int what, Object obj)
           
static Message Message.obtain(Handler h, Runnable callback)
           
 void Message.setTarget(Handler target)
           
 

Constructors in android.os with parameters of type Handler
Messenger(Handler target)
           
ResultReceiver(Handler handler)
           
TokenWatcher(Handler h, String tag)
           
 

Uses of Handler in android.view
 

Methods in android.view that return Handler
 Handler View.getHandler()
           
 

Constructors in android.view with parameters of type Handler
GestureDetector(Context context, GestureDetector.OnGestureListener listener, Handler handler)
           
GestureDetector(Context context, GestureDetector.OnGestureListener listener, Handler handler, boolean ignoreMultitouch)
           
GestureDetector(GestureDetector.OnGestureListener listener, Handler handler)
           
 

Uses of Handler in android.webkit
 

Subclasses of Handler in android.webkit
 class HttpAuthHandler
           
 class SslErrorHandler
           
 



Copyright © 2008-2012. All Rights Reserved.