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

  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 183 * @return A token that can be passed to {@link #startRestore}, or 0 if there
201 int startRestore(long token, in PackageInfo[] packages);
210 * in the current restore session: all packages described in startRestore() have been
217 * supplied to {@link #startRestore} plus an indicator of the data type of that
227 * @return the same error codes as {@link #startRestore}.
LocalTransport.java 423 public int startRestore(long token, PackageInfo[] packages) {
437 if (mRestorePackages == null) throw new IllegalStateException("startRestore not called");
474 if (mRestorePackages == null) throw new IllegalStateException("startRestore not called");
  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 258 * @return A token that can be passed to {@link #startRestore}, or 0 if there
278 public int startRestore(long token, PackageInfo[] packages) {
289 * in the current restore session: all packages described in startRestore() have been
304 * supplied to {@link #startRestore} plus an indicator of the data type of that
320 * @return the same error codes as {@link #startRestore}.
561 public int startRestore(long token, PackageInfo[] packages) throws RemoteException {
562 return BackupTransport.this.startRestore(token, packages);
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 952 milliseconds