Searched defs:performFullBackup (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java186 * called after {@link #performBackup}, {@link #performFullBackup}, or {@link clearBackupData}
190 * @return the same error codes as {@link #performBackup} or {@link #performFullBackup}.
341 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
374 * {@link #performFullBackup(PackageInfo, ParcelFileDescriptor)}.
391 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { method in class:BackupTransport
397 * descriptor provided in the {@link #performFullBackup(PackageInfo, ParcelFileDescriptor)}
413 * will happen between {@link #performFullBackup()} and {@link #finishBackup()}
586 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) throws RemoteException { method in class:BackupTransport.TransportImpl
587 return BackupTransport.this.performFullBackup(targetPackage, socket);
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java315 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) { method in class:LocalTransport
322 Log.i(TAG, "performFullBackup : " + targetPackage);
353 Log.w(TAG, "Attempted sendBackupData before performFullBackup");

Completed in 395 milliseconds