android.os.ResultReceiver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.os;
public class ResultReceiver
implements android.os.Parcelable
{
public ResultReceiver(android.os.Handler handler) { throw new RuntimeException("Stub!"); }
public void send(int resultCode, android.os.Bundle resultData) { throw new RuntimeException("Stub!"); }
protected void onReceiveResult(int resultCode, android.os.Bundle resultData) { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}