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

  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 187 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
195 * {@link #nextRestorePackage}) or {@link BackupConstants#TRANSPORT_ERROR}
219 RestoreDescription nextRestorePackage();
222 * Get the data for the application returned by {@link #nextRestorePackage}.
266 * is the package that was just reported by {@link #nextRestorePackage()} as having
299 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
LocalTransport.java 605 public RestoreDescription nextRestorePackage() {
607 Log.v(TAG, "nextRestorePackage() : mRestorePackage=" + mRestorePackage
621 Log.v(TAG, " nextRestorePackage(TYPE_KEY_VALUE) @ "
633 Log.v(TAG, " nextRestorePackage(TYPE_FULL_STREAM) @ "
659 if (mRestorePackage < 0) throw new IllegalStateException("nextRestorePackage not called");
672 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
832 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 336 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
344 * {@link #nextRestorePackage}) or {@link BackupTransport#TRANSPORT_ERROR}
364 * <p class="note">The OS may call {@link #nextRestorePackage()} multiple times
369 * the given package in response to {@link #nextRestorePackage()}, but rather wait
378 public RestoreDescription nextRestorePackage() {
383 * Get the data for the application returned by {@link #nextRestorePackage}, if that
565 * is the package that was just reported by {@link #nextRestorePackage()} as having
577 * {@link #nextRestorePackage()} to begin the restore process for the next
603 * {@link #nextRestorePackage()} again to move on to restoring the next package in the
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformUnifiedRestoreTask.java 324 * 1a [if we needed @pm@ then nextRestorePackage() and restore the PMBA inline]
330 * { 3. t.nextRestorePackage()
389 RestoreDescription desc = transport.nextRestorePackage();
477 mRestoreDescription = transport.nextRestorePackage();
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 607 milliseconds