Searched refs:unbindAgent (Results 1 – 4 of 4) sorted by relevance
853 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenTransportGetBackupQuotaThrows_cleansUp()1089 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenAgentUsesProhibitedKey_failsAgent()1410 verify(mBackupManagerService, never()).unbindAgent(argThat(applicationInfo(PM_PACKAGE))); in testRunTask_whenFinishBackupSucceedsForPm_cleansUp()1431 verify(mBackupManagerService, never()).unbindAgent(argThat(applicationInfo(PM_PACKAGE))); in testRunTask_whenFinishBackupSucceedsForPm_doesNotUnbindPm()1606 inOrder.verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(PACKAGE_1))); in testRunTask_whenTransportReturnsQuotaExceeded_callsAgentOnQuotaExceeded()2937 verify(mBackupManagerService).unbindAgent(argThat(applicationInfo(packageData))); in assertCleansUpFilesAndAgent()
1292 mBackupManagerService.unbindAgent(mCurrentPackage.applicationInfo); in cleanUpAgent()
1710 public void unbindAgent(ApplicationInfo app) { in unbindAgent() method in UserBackupManagerService
13160 HPLcom/android/server/backup/UserBackupManagerService;->unbindAgent(Landroid/content/pm/Application…