Home | History | Annotate | Download | only in backup

Lines Matching defs:finishBackup

202      * this is called, {@link #finishBackup} will be called to ensure the request
211 * and treat the initializeDevice() / finishBackup() pair as a graceful no-op.
224 * the app had never yet been backed up. After this is called, {@link finishBackup}
241 public int finishBackup() {
251 * will be called outside of the {@link #performBackup}/{@link #finishBackup} pair.
266 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
410 * will be called outside of the {@link #performFullBackup}/{@link #finishBackup} pair.
441 * {@link #finishBackup()}. At this point the transport should commit the data to
446 * OS will always provide a matching call to {@link #finishBackup()} even if sending
454 * {@link #finishBackup()}.
478 * operation will be skipped (and {@link #finishBackup() invoked} with no data for that
510 * call finishBackup() and stop attempting backups until after a backoff and retry
519 * will happen between {@link #performFullBackup()} and {@link #finishBackup()}
528 * call to {@link #finishBackup()}. It needs to tear down any ongoing backup state
685 public int finishBackup() throws RemoteException {
686 return BackupTransport.this.finishBackup();