Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl141 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java694 restoreAtInstall(userId, packageName, token); in restoreAtInstallForUser()
699 public void restoreAtInstall(String packageName, int token) throws RemoteException { in restoreAtInstall() method in BackupManagerService
707 public void restoreAtInstall(@UserIdInt int userId, String packageName, int token) { in restoreAtInstall() method in BackupManagerService
712 userBackupManagerService.restoreAtInstall(packageName, token); in restoreAtInstall()
DUserBackupManagerService.java3874 public void restoreAtInstall(String packageName, int token) { in restoreAtInstall() method
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java1087 backupManagerService.restoreAtInstall(mUserOneId, TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onRegisteredUser_callsMethodForUser()
1089 verify(mUserOneService).restoreAtInstall(TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onRegisteredUser_callsMethodForUser()
1099 backupManagerService.restoreAtInstall(mUserTwoId, TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onUnknownUser_doesNotPropagateCall()
1101 verify(mUserOneService, never()).restoreAtInstall(TEST_PACKAGE, /* token */ 0); in testRestoreAtInstall_onUnknownUser_doesNotPropagateCall()
/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