ResultReceiverpublic 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 int | describeContents() throw new RuntimeException("Stub!");
| protected void | onReceiveResult(int resultCode, android.os.Bundle resultData) throw new RuntimeException("Stub!");
| public void | send(int resultCode, android.os.Bundle resultData) throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel out, int flags) throw new RuntimeException("Stub!");
|
|