Searched refs:unbindAgent (Results 1 – 3 of 3) sorted by relevance
864 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenTransportGetBackupQuotaThrows_cleansUp()1100 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenAgentUsesProhibitedKey_failsAgent()1421 verify(mBackupManagerService, never()).unbindAgent(argThat(applicationInfo(PM_PACKAGE))); in testRunTask_whenFinishBackupSucceedsForPm_cleansUp()1442 verify(mBackupManagerService, never()).unbindAgent(argThat(applicationInfo(PM_PACKAGE))); in testRunTask_whenFinishBackupSucceedsForPm_doesNotUnbindPm()1647 inOrder.verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenTransportReturnsQuotaExceeded_callsAgentOnQuotaExceeded()2979 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(packageData))); in assertCleansUpFilesAndAgent()
1305 mBackupManagerService.unbindAgent(mCurrentPackage.applicationInfo); in cleanUpAgent()
1694 public void unbindAgent(ApplicationInfo app) { in unbindAgent() method in UserBackupManagerService