FileDocCategorySizeDatePackage
RestoreDescription.javaAPI DocAndroid 5.1 API928Sat Mar 14 14:10:02 GMT 2015android.app.backup

RestoreDescription

public 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 intdescribeContents()

 throw new RuntimeException("Stub!"); 
public intgetDataType()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPackageName()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");