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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java276 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
284 * {@link #nextRestorePackage}) or {@link BackupTransport#TRANSPORT_ERROR}
304 * <p class="note">The OS may call {@link #nextRestorePackage()} multiple times
309 * the given package in response to {@link #nextRestorePackage()}, but rather wait
318 public RestoreDescription nextRestorePackage() { method in class:BackupTransport
323 * Get the data for the application returned by {@link #nextRestorePackage}, if that
471 * is the package that was just reported by {@link #nextRestorePackage()} as having
483 * {@link #nextRestorePackage()} to begin the restore process for the next
509 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
602 public RestoreDescription nextRestorePackage() throw method in class:BackupTransport.TransportImpl
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java456 public RestoreDescription nextRestorePackage() { method in class:LocalTransport
458 Log.v(TAG, "nextRestorePackage() : mRestorePackage=" + mRestorePackage
472 Log.v(TAG, " nextRestorePackage(TYPE_KEY_VALUE) @ "
484 Log.v(TAG, " nextRestorePackage(TYPE_FULL_STREAM) @ "
510 if (mRestorePackage < 0) throw new IllegalStateException("nextRestorePackage not called");
523 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
683 * {@link #nextRestorePackage()} again to move on to restoring the next package in the

Completed in 8 milliseconds