Searched refs:restoreAtInstall (Results 1 – 8 of 8) sorted by relevance
84 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
178 void restoreAtInstall(String packageName, int token); in restoreAtInstall() method
242 public void restoreAtInstall(String packageName, int token) throws RemoteException { in restoreAtInstall() method in Trampoline245 svc.restoreAtInstall(packageName, token); in restoreAtInstall()
3280 public void restoreAtInstall(String packageName, int token) { in restoreAtInstall() method in BackupManagerService
317 mTrampoline.restoreAtInstall(PACKAGE_NAME, 123); in restoreAtInstall_calledBeforeInitialize_ignored()324 mTrampoline.restoreAtInstall(PACKAGE_NAME, 123); in restoreAtInstall_forwarded()325 verify(mBackupManagerServiceMock).restoreAtInstall(PACKAGE_NAME, 123); in restoreAtInstall_forwarded()
788 HSPLcom/android/server/backup/BackupManagerServiceInterface;->restoreAtInstall(Ljava/lang/String;I)V
14967 bm.restoreAtInstall(res.pkg.applicationInfo.packageName, token);
15942 HSPLandroid/app/backup/IBackupManager;->restoreAtInstall(Ljava/lang/String;I)V