FileDocCategorySizeDatePackage
BackupTransport.javaAPI DocAndroid 5.1 API2730Sat Mar 14 14:09:52 GMT 2015android.app.backup

BackupTransport

public class BackupTransport extends Object

Fields Summary
public static final int
AGENT_ERROR
public static final int
AGENT_UNKNOWN
public static final int
NO_MORE_DATA
public static final int
TRANSPORT_ERROR
public static final int
TRANSPORT_NOT_INITIALIZED
public static final int
TRANSPORT_OK
public static final int
TRANSPORT_PACKAGE_REJECTED
Constructors Summary
public BackupTransport()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intabortFullRestore()

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

 throw new RuntimeException("Stub!"); 
public intclearBackupData(android.content.pm.PackageInfo packageInfo)

 throw new RuntimeException("Stub!"); 
public android.content.IntentconfigurationIntent()

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

 throw new RuntimeException("Stub!"); 
public android.content.IntentdataManagementIntent()

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

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

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

 throw new RuntimeException("Stub!"); 
public android.app.backup.RestoreSet[]getAvailableRestoreSets()

 throw new RuntimeException("Stub!"); 
public android.os.IBindergetBinder()

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

 throw new RuntimeException("Stub!"); 
public intgetNextFullRestoreDataChunk(android.os.ParcelFileDescriptor socket)

 throw new RuntimeException("Stub!"); 
public intgetRestoreData(android.os.ParcelFileDescriptor outFd)

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

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

 throw new RuntimeException("Stub!"); 
public android.app.backup.RestoreDescriptionnextRestorePackage()

 throw new RuntimeException("Stub!"); 
public intperformBackup(android.content.pm.PackageInfo packageInfo, android.os.ParcelFileDescriptor inFd)

 throw new RuntimeException("Stub!"); 
public intperformFullBackup(android.content.pm.PackageInfo targetPackage, android.os.ParcelFileDescriptor socket)

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

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

 throw new RuntimeException("Stub!"); 
public intsendBackupData(int numBytes)

 throw new RuntimeException("Stub!"); 
public intstartRestore(long token, android.content.pm.PackageInfo[] packages)

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

 throw new RuntimeException("Stub!");