ResultStorageDescriptorpublic final class ResultStorageDescriptor extends Object implements android.os.Parcelable
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR |
Constructors Summary |
---|
public ResultStorageDescriptor(int type, int offset, int length) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public int | getLength() throw new RuntimeException("Stub!");
| public int | getOffset() throw new RuntimeException("Stub!");
| public int | getType() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|
|