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

  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 167 * this is called, {@link #finishBackup} will be called to ensure the request
176 * and treat the initializeDevice() / finishBackup() pair as a graceful no-op.
189 * the app had never yet been backed up. After this is called, {@link finishBackup}
206 public int finishBackup() {
216 * will be called outside of the {@link #performBackup}/{@link #finishBackup} pair.
231 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
360 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
391 * {@link #finishBackup()}. At this point the transport should commit the data to
396 * OS will always provide a matching call to {@link #finishBackup()} even if sending
404 * {@link #finishBackup()}
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 277 public int finishBackup() {
278 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 162 milliseconds