Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl140 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java654 restoreAtInstall(userId, packageName, token); in restoreAtInstallForUser()
659 public void restoreAtInstall(String packageName, int token) throws RemoteException { in restoreAtInstall() method in BackupManagerService
667 public void restoreAtInstall(@UserIdInt int userId, String packageName, int token) { in restoreAtInstall() method in BackupManagerService
672 userBackupManagerService.restoreAtInstall(packageName, token); in restoreAtInstall()
DUserBackupManagerService.java3917 public void restoreAtInstall(String packageName, int token) { in restoreAtInstall() method in UserBackupManagerService
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java1063 backupManagerService.restoreAtInstall(mUserOneId, TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onRegisteredUser_callsMethodForUser()
1065 verify(mUserOneService).restoreAtInstall(TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onRegisteredUser_callsMethodForUser()
1075 backupManagerService.restoreAtInstall(mUserTwoId, TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onUnknownUser_doesNotPropagateCall()
1077 verify(mUserOneService, never()).restoreAtInstall(TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onUnknownUser_doesNotPropagateCall()
/frameworks/base/services/
Dart-profile12824 PLcom/android/server/backup/BackupManagerService;->restoreAtInstall(ILjava/lang/String;I)V
13125 PLcom/android/server/backup/UserBackupManagerService;->lambda$restoreAtInstall$6$UserBackupManagerS…
13144 HPLcom/android/server/backup/UserBackupManagerService;->restoreAtInstall(Ljava/lang/String;I)V+]Lja…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4378 Landroid/app/backup/IBackupManager$Stub$Proxy;->restoreAtInstall(Ljava/lang/String;I)V
4447 Landroid/app/backup/IBackupManager;->restoreAtInstall(Ljava/lang/String;I)V