Searched refs:restoreAll (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/backup/ |
D | RestoreSession.java | 99 public int restoreAll(long token, RestoreObserver observer, BackupManagerMonitor monitor) { in restoreAll() method in RestoreSession 110 err = mBinder.restoreAll(token, mObserver, monitorWrapper); in restoreAll() 130 public int restoreAll(long token, RestoreObserver observer) { in restoreAll() method in RestoreSession 131 return restoreAll(token, observer, null); in restoreAll()
|
D | IRestoreSession.aidl | 54 int restoreAll(long token, IRestoreObserver observer, IBackupManagerMonitor monitor); in restoreAll() method
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/restore/ |
D | ActiveRestoreSessionTest.java | 249 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll() 271 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenNoRestoreSets() 283 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenSinglePackageSession() 299 () -> restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor)); in testRestoreAll_whenSessionEnded() 309 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenTransportNotRegistered() 322 int result = restoreSession.restoreAll(TOKEN_1, mObserver, mMonitor); in testRestoreAll_whenRestoreInProgress_addsToPendingRestores()
|
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
D | ActiveRestoreSession.java | 134 public synchronized int restoreAll(long token, IRestoreObserver observer, in restoreAll() method in ActiveRestoreSession
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 822 didRestore = (mRestore.restoreAll(token, observer, null) == 0); in doRestoreAll()
|
/frameworks/base/api/ |
D | system-current.txt | 957 …method public int restoreAll(long, android.app.backup.RestoreObserver, android.app.backup.BackupMa… 958 method public int restoreAll(long, android.app.backup.RestoreObserver);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 957 …method public int restoreAll(long, android.app.backup.RestoreObserver, android.app.backup.BackupMa… 958 method public int restoreAll(long, android.app.backup.RestoreObserver);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 4528 Landroid/app/backup/IRestoreSession$Stub$Proxy;->restoreAll(JLandroid/app/backup/IRestoreObserver;L… 4541 Landroid/app/backup/IRestoreSession;->restoreAll(JLandroid/app/backup/IRestoreObserver;Landroid/app…
|