FileDocCategorySizeDatePackage
Message.javaAPI DocAndroid 5.1 API2546Sat Mar 14 14:09:42 GMT 2015android.os

Message

public final class Message extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public int
arg1
public int
arg2
public Object
obj
public android.os.Messenger
replyTo
public int
sendingUid
public int
what
Constructors Summary
public Message()

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

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

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

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

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

 throw new RuntimeException("Stub!"); 
public longgetWhen()

 throw new RuntimeException("Stub!"); 
public booleanisAsynchronous()

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain()

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Message orig)

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Handler h)

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Handler h, java.lang.Runnable callback)

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Handler h, int what)

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Handler h, int what, java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Handler h, int what, int arg1, int arg2)

 throw new RuntimeException("Stub!"); 
public static android.os.Messageobtain(android.os.Handler h, int what, int arg1, int arg2, java.lang.Object obj)

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

 throw new RuntimeException("Stub!"); 
public voidrecycle()

 throw new RuntimeException("Stub!"); 
public voidsendToTarget()

 throw new RuntimeException("Stub!"); 
public voidsetAsynchronous(boolean async)

 throw new RuntimeException("Stub!"); 
public voidsetData(android.os.Bundle data)

 throw new RuntimeException("Stub!"); 
public voidsetTarget(android.os.Handler target)

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

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");