FileDocCategorySizeDatePackage
Handler.javaAPI DocAndroid 5.1 API3700Sat Mar 14 14:09:40 GMT 2015android.os

Handler

public class Handler extends Object

Fields Summary
Constructors Summary
public Handler()

 throw new RuntimeException("Stub!"); 
public Handler(Callback callback)

 throw new RuntimeException("Stub!"); 
public Handler(android.os.Looper looper)

 throw new RuntimeException("Stub!"); 
public Handler(android.os.Looper looper, Callback callback)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voiddispatchMessage(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
public final voiddump(android.util.Printer pw, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public final android.os.LoopergetLooper()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMessageName(android.os.Message message)

 throw new RuntimeException("Stub!"); 
public voidhandleMessage(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
public final booleanhasMessages(int what)

 throw new RuntimeException("Stub!"); 
public final booleanhasMessages(int what, java.lang.Object object)

 throw new RuntimeException("Stub!"); 
public final android.os.MessageobtainMessage(int what, java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public final android.os.MessageobtainMessage(int what, int arg1, int arg2)

 throw new RuntimeException("Stub!"); 
public final android.os.MessageobtainMessage(int what, int arg1, int arg2, java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public final android.os.MessageobtainMessage()

 throw new RuntimeException("Stub!"); 
public final android.os.MessageobtainMessage(int what)

 throw new RuntimeException("Stub!"); 
public final booleanpost(java.lang.Runnable r)

 throw new RuntimeException("Stub!"); 
public final booleanpostAtFrontOfQueue(java.lang.Runnable r)

 throw new RuntimeException("Stub!"); 
public final booleanpostAtTime(java.lang.Runnable r, long uptimeMillis)

 throw new RuntimeException("Stub!"); 
public final booleanpostAtTime(java.lang.Runnable r, java.lang.Object token, long uptimeMillis)

 throw new RuntimeException("Stub!"); 
public final booleanpostDelayed(java.lang.Runnable r, long delayMillis)

 throw new RuntimeException("Stub!"); 
public final voidremoveCallbacks(java.lang.Runnable r)

 throw new RuntimeException("Stub!"); 
public final voidremoveCallbacks(java.lang.Runnable r, java.lang.Object token)

 throw new RuntimeException("Stub!"); 
public final voidremoveCallbacksAndMessages(java.lang.Object token)

 throw new RuntimeException("Stub!"); 
public final voidremoveMessages(int what)

 throw new RuntimeException("Stub!"); 
public final voidremoveMessages(int what, java.lang.Object object)

 throw new RuntimeException("Stub!"); 
public final booleansendEmptyMessage(int what)

 throw new RuntimeException("Stub!"); 
public final booleansendEmptyMessageAtTime(int what, long uptimeMillis)

 throw new RuntimeException("Stub!"); 
public final booleansendEmptyMessageDelayed(int what, long delayMillis)

 throw new RuntimeException("Stub!"); 
public final booleansendMessage(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
public final booleansendMessageAtFrontOfQueue(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
public booleansendMessageAtTime(android.os.Message msg, long uptimeMillis)

 throw new RuntimeException("Stub!"); 
public final booleansendMessageDelayed(android.os.Message msg, long delayMillis)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");