File
Doc
Category
Size
Date
Package
Messenger.java
API Doc
Android 5.1 API
1172
Sat Mar 14 14:09:34 GMT 2015
android.os
Messenger
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
otherObj)
throw new RuntimeException("Stub!");
public
android.os.IBinder
getBinder
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public static
android.os.Messenger
readMessengerOrNullFromParcel
(
android.os.Parcel
in)
throw new RuntimeException("Stub!");
public void
send
(
android.os.Message
message)
throw new RuntimeException("Stub!");
public static void
writeMessengerOrNullToParcel
(
android.os.Messenger
messenger,
android.os.Parcel
out)
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
out,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source