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