FileDocCategorySizeDatePackage
ResultReceiver.javaAPI DocAndroid 5.1 API690Sat Mar 14 14:09:44 GMT 2015android.os

ResultReceiver

public class ResultReceiver extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public ResultReceiver(android.os.Handler handler)

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

 throw new RuntimeException("Stub!"); 
protected voidonReceiveResult(int resultCode, android.os.Bundle resultData)

 throw new RuntimeException("Stub!"); 
public voidsend(int resultCode, android.os.Bundle resultData)

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

 throw new RuntimeException("Stub!");