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

  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 151 * alternate calls to {@link #nextRestorePackage} and {@link #nextRestoreData}
159 * {@link #nextRestorePackage}) or {@link BackupConstants#TRANSPORT_ERROR}
170 String nextRestorePackage();
173 * Get the data for the application returned by {@link #nextRestorePackage}.
175 * @return the same error codes as {@link #nextRestorePackage}.
LocalTransport.java 209 public String nextRestorePackage() {
214 if (DEBUG) Log.v(TAG, " nextRestorePackage() = " + name);
225 if (mRestorePackage < 0) throw new IllegalStateException("nextRestorePackage not called");
231 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 147 milliseconds