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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java267 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
275 * {@link #nextRestorePackage}) or {@link BackupTransport#TRANSPORT_ERROR}
295 * <p class="note">The OS may call {@link #nextRestorePackage()} multiple times
300 * the given package in response to {@link #nextRestorePackage()}, but rather wait
309 public RestoreDescription nextRestorePackage() { method in class:BackupTransport
314 * Get the data for the application returned by {@link #nextRestorePackage}, if that
435 * is the package that was just reported by {@link #nextRestorePackage()} as having
473 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
566 public RestoreDescription nextRestorePackage() throws RemoteException { method in class:BackupTransport.TransportImpl
567 return BackupTransport.this.nextRestorePackage();
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java436 public RestoreDescription nextRestorePackage() { method in class:LocalTransport
447 if (DEBUG) Log.v(TAG, " nextRestorePackage(TYPE_KEY_VALUE) = " + name);
456 if (DEBUG) Log.v(TAG, " nextRestorePackage(TYPE_FULL_STREAM) = " + name);
475 if (mRestorePackage < 0) throw new IllegalStateException("nextRestorePackage not called");
488 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
648 * {@link #nextRestorePackage()} again to move on to restoring the next package in the

Completed in 1246 milliseconds