HomeSort by relevance Sort by last modified time
    Searched defs:performFullBackup (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 235 * called after {@link #performBackup}, {@link #performFullBackup}, or {@link clearBackupData}
239 * @return the same error codes as {@link #performBackup} or {@link #performFullBackup}.
410 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
443 * {@link #performFullBackup(PackageInfo, ParcelFileDescriptor)}.
461 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket,
463 return performFullBackup(targetPackage, socket);
467 * Legacy version of {@link #performFullBackup(PackageInfo, ParcelFileDescriptor, int)} that
470 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) {
475 * Called after {@link #performFullBackup} to make sure that the transport is willing to
503 * descriptor provided in the {@link #performFullBackup(PackageInfo, ParcelFileDescriptor)
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 471 public int performFullBackup(PackageInfo targetPackage, ParcelFileDescriptor socket) {
478 Log.i(TAG, "performFullBackup : " + targetPackage);
502 Log.w(TAG, "Attempted sendBackupData before performFullBackup");
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 346 milliseconds