Searched refs:restoreAtInstall (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/backup/ |
D | IBackupManager.aidl | 140 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/ |
D | TrampolineTest.java | 574 mTrampoline.restoreAtInstall(PACKAGE_NAME, 123); in restoreAtInstall_calledBeforeInitialize_ignored() 584 verify(mBackupManagerServiceMock).restoreAtInstall(mUserId, PACKAGE_NAME, 123); in restoreAtInstallForUser_forwarded() 592 mTrampoline.restoreAtInstall(PACKAGE_NAME, 123); in restoreAtInstall_forwarded() 594 verify(mBackupManagerServiceMock).restoreAtInstall(mUserId, PACKAGE_NAME, 123); in restoreAtInstall_forwarded()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | BackupManagerServiceTest.java | 1157 backupManagerService.restoreAtInstall(mUserOneId, TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onRegisteredUser_callsMethodForUser() 1159 verify(mUserOneService).restoreAtInstall(TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onRegisteredUser_callsMethodForUser() 1169 backupManagerService.restoreAtInstall(mUserTwoId, TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onUnknownUser_doesNotPropagateCall() 1171 verify(mUserOneService, never()).restoreAtInstall(TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onUnknownUser_doesNotPropagateCall()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 720 public void restoreAtInstall(@UserIdInt int userId, String packageName, int token) { in restoreAtInstall() method in BackupManagerService 725 userBackupManagerService.restoreAtInstall(packageName, token); in restoreAtInstall()
|
D | Trampoline.java | 468 mService.restoreAtInstall(userId, packageName, token); in restoreAtInstallForUser() 473 public void restoreAtInstall(String packageName, int token) throws RemoteException { in restoreAtInstall() method in Trampoline
|
D | UserBackupManagerService.java | 3300 public void restoreAtInstall(String packageName, int token) { in restoreAtInstall() method in UserBackupManagerService
|
/frameworks/base/services/ |
D | art-profile | 4756 PLcom/android/server/backup/BackupManagerService;->restoreAtInstall(ILjava/lang/String;I)V 4930 PLcom/android/server/backup/UserBackupManagerService;->lambda$restoreAtInstall$6$UserBackupManagerS… 4944 PLcom/android/server/backup/UserBackupManagerService;->restoreAtInstall(Ljava/lang/String;I)V
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 4381 Landroid/app/backup/IBackupManager$Stub$Proxy;->restoreAtInstall(Ljava/lang/String;I)V 4450 Landroid/app/backup/IBackupManager;->restoreAtInstall(Ljava/lang/String;I)V
|