Searched defs:finishBackup (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java277 public int finishBackup() { method in class:LocalTransport
278 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);
/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java167 * 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() { method in class:BackupTransport
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()}
626 public int finishBackup() throws RemoteException { method in class:BackupTransport.TransportImpl
[all...]

Completed in 59 milliseconds