FileDocCategorySizeDatePackage
Messenger.javaAPI DocAndroid 5.1 API1172Sat Mar 14 14:09:34 GMT 2015android.os

Messenger

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

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public Messenger(android.os.Handler target)

 throw new RuntimeException("Stub!"); 
public Messenger(android.os.IBinder target)

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

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object otherObj)

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

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

 throw new RuntimeException("Stub!"); 
public static android.os.MessengerreadMessengerOrNullFromParcel(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
public voidsend(android.os.Message message)

 throw new RuntimeException("Stub!"); 
public static voidwriteMessengerOrNullToParcel(android.os.Messenger messenger, android.os.Parcel out)

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

 throw new RuntimeException("Stub!");