Home | History | Annotate | Download | only in backup

Lines Matching refs:nextRestorePackage

336      * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
344 * {@link #nextRestorePackage}) or {@link BackupTransport#TRANSPORT_ERROR}
364 * <p class="note">The OS may call {@link #nextRestorePackage()} multiple times
369 * the given package in response to {@link #nextRestorePackage()}, but rather wait
378 public RestoreDescription nextRestorePackage() {
383 * Get the data for the application returned by {@link #nextRestorePackage}, if that
565 * is the package that was just reported by {@link #nextRestorePackage()} as having
577 * {@link #nextRestorePackage()} to begin the restore process for the next
603 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
705 public RestoreDescription nextRestorePackage() throws RemoteException {
706 return BackupTransport.this.nextRestorePackage();