Home
last modified time | relevance | path

Searched refs:restoreAtInstall (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl140 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DTrampolineTest.java574 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/
DBackupManagerServiceTest.java1157 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/
DBackupManagerService.java720 public void restoreAtInstall(@UserIdInt int userId, String packageName, int token) { in restoreAtInstall() method in BackupManagerService
725 userBackupManagerService.restoreAtInstall(packageName, token); in restoreAtInstall()
DTrampoline.java468 mService.restoreAtInstall(userId, packageName, token); in restoreAtInstallForUser()
473 public void restoreAtInstall(String packageName, int token) throws RemoteException { in restoreAtInstall() method in Trampoline
DUserBackupManagerService.java3300 public void restoreAtInstall(String packageName, int token) { in restoreAtInstall() method in UserBackupManagerService
/frameworks/base/services/
Dart-profile4756 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/
Dhiddenapi-greylist-max-o.txt4381 Landroid/app/backup/IBackupManager$Stub$Proxy;->restoreAtInstall(Ljava/lang/String;I)V
4450 Landroid/app/backup/IBackupManager;->restoreAtInstall(Ljava/lang/String;I)V