Searched refs:unbindAgent (Results 1 – 4 of 4) sorted by relevance
840 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenTransportGetBackupQuotaThrows_cleansUp()1076 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenAgentUsesProhibitedKey_failsAgent()1395 verify(mBackupManagerService, never()).unbindAgent(argThat(applicationInfo(PM_PACKAGE))); in testRunTask_whenFinishBackupSucceedsForPm_cleansUp()1415 verify(mBackupManagerService, never()).unbindAgent(argThat(applicationInfo(PM_PACKAGE))); in testRunTask_whenFinishBackupSucceedsForPm_doesNotUnbindPm()1590 inOrder.verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenTransportReturnsQuotaExceeded_callsAgentOnQuotaExceeded()2776 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(packageData))); in assertCleansUpFilesAndAgent()
1066 mBackupManagerService.unbindAgent(mCurrentPackage.applicationInfo); in cleanUpAgent()
1485 public void unbindAgent(ApplicationInfo app) { in unbindAgent() method in UserBackupManagerService
4954 PLcom/android/server/backup/UserBackupManagerService;->unbindAgent(Landroid/content/pm/ApplicationI…