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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java286 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
294 * {@link #nextRestorePackage}) or {@link BackupTransport#TRANSPORT_ERROR}
314 * <p class="note">The OS may call {@link #nextRestorePackage()} multiple times
319 * the given package in response to {@link #nextRestorePackage()}, but rather wait
328 public RestoreDescription nextRestorePackage() { method in class:BackupTransport
333 * Get the data for the application returned by {@link #nextRestorePackage}, if that
515 * is the package that was just reported by {@link #nextRestorePackage()} as having
527 * {@link #nextRestorePackage()} to begin the restore process for the next
553 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
646 public RestoreDescription nextRestorePackage() throw method in class:BackupTransport.TransportImpl
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java467 public RestoreDescription nextRestorePackage() { method in class:LocalTransport
469 Log.v(TAG, "nextRestorePackage() : mRestorePackage=" + mRestorePackage
483 Log.v(TAG, " nextRestorePackage(TYPE_KEY_VALUE) @ "
495 Log.v(TAG, " nextRestorePackage(TYPE_FULL_STREAM) @ "
521 if (mRestorePackage < 0) throw new IllegalStateException("nextRestorePackage not called");
534 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
694 * {@link #nextRestorePackage()} again to move on to restoring the next package in the

Completed in 188 milliseconds