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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java264 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
272 * {@link #nextRestorePackage}) or {@link BackupTransport#TRANSPORT_ERROR}
292 * <p class="note">The OS may call {@link #nextRestorePackage()} multiple times
297 * the given package in response to {@link #nextRestorePackage()}, but rather wait
306 public RestoreDescription nextRestorePackage() { method in class:BackupTransport
311 * Get the data for the application returned by {@link #nextRestorePackage}, if that
432 * is the package that was just reported by {@link #nextRestorePackage()} as having
470 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
563 public RestoreDescription nextRestorePackage() throws RemoteException { method in class:BackupTransport.TransportImpl
564 return BackupTransport.this.nextRestorePackage();
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java434 public RestoreDescription nextRestorePackage() { method in class:LocalTransport
445 if (DEBUG) Log.v(TAG, " nextRestorePackage(TYPE_KEY_VALUE) = " + name);
454 if (DEBUG) Log.v(TAG, " nextRestorePackage(TYPE_FULL_STREAM) = " + name);
473 if (mRestorePackage < 0) throw new IllegalStateException("nextRestorePackage not called");
486 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
650 * {@link #nextRestorePackage()} again to move on to restoring the next package in the

Completed in 61 milliseconds