Searched refs:restoreAtInstall (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/backup/ |
D | IBackupManager.aidl | 141 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 694 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()
|
D | UserBackupManagerService.java | 3874 public void restoreAtInstall(String packageName, int token) { in restoreAtInstall() method
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | BackupManagerServiceRoboTest.java | 1087 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/ |
D | hiddenapi-max-target-o.txt | 4378 Landroid/app/backup/IBackupManager$Stub$Proxy;->restoreAtInstall(Ljava/lang/String;I)V 4447 Landroid/app/backup/IBackupManager;->restoreAtInstall(Ljava/lang/String;I)V
|