RestoreDescriptionpublic class RestoreDescription extends Object implements android.os.Parcelable
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR | public static final RestoreDescription | NO_MORE_PACKAGES | public static final int | TYPE_FULL_STREAM | public static final int | TYPE_KEY_VALUE |
Constructors Summary |
---|
public RestoreDescription(String packageName, int dataType) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public int | getDataType() throw new RuntimeException("Stub!");
| public java.lang.String | getPackageName() throw new RuntimeException("Stub!");
| public java.lang.String | toString() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel out, int flags) throw new RuntimeException("Stub!");
|
|