RestoreSetpublic class RestoreSet extends Object implements android.os.Parcelable
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR | public String | device | public String | name | public long | token |
Constructors Summary |
---|
public RestoreSet() throw new RuntimeException("Stub!");
| public RestoreSet(String _name, String _dev, long _token) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel out, int flags) throw new RuntimeException("Stub!");
|
|