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
175 * the app had never yet been backed up. After this is called, {@link finishBackup}
192 public int finishBackup() { method in class:BackupTransport
202 * will be called outside of the {@link #performBackup}/{@link #finishBackup} pair.
217 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
341 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
372 * {@link #finishBackup()}. At this point the transport should commit the data to
377 * OS will always provide a matching call to {@link #finishBackup()} even if sending
385 * {@link #finishBackup()}.
404 * call finishBackup() an
546 public int finishBackup() throws RemoteException { method in class:BackupTransport.TransportImpl
[all...]
/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);

Completed in 367 milliseconds