HomeSort by relevance Sort by last modified time
    Searched defs:nextRestorePackage (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 267 * 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() {
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 {
567 return BackupTransport.this.nextRestorePackage();
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 436 public RestoreDescription nextRestorePackage() {
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
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1452 milliseconds