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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java162 * this is called, {@link #finishBackup} will be called to ensure the request
171 * and treat the initializeDevice() / finishBackup() pair as a graceful no-op.
184 * the app had never yet been backed up. After this is called, {@link finishBackup}
201 public int finishBackup() { method in class:BackupTransport
211 * will be called outside of the {@link #performBackup}/{@link #finishBackup} pair.
226 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
350 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
381 * {@link #finishBackup()}. At this point the transport should commit the data to
386 * OS will always provide a matching call to {@link #finishBackup()} even if sending
394 * {@link #finishBackup()}
582 public int finishBackup() throws RemoteException { method in class:BackupTransport.TransportImpl
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java275 public int finishBackup() { method in class:LocalTransport
276 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);

Completed in 56 milliseconds