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

  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 162 * this is called, {@link #finishBackup} will be called to ensure the request
175 * the app had never yet been backed up. After this is called, {@link finishBackup}
192 public int finishBackup() {
202 * will be called outside of the {@link #performBackup}/{@link #finishBackup} pair.
217 * {@link #finishBackup} will be called to ensure the data is sent and recorded successfully.
338 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
369 * {@link #finishBackup()}. At this point the transport should commit the data to
374 * OS will always provide a matching call to {@link #finishBackup()} even if sending
382 * {@link #finishBackup()}.
401 * call finishBackup() and stop attempting backups until after a backoff and retr
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 275 public int finishBackup() {
276 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 220 milliseconds