Home
last modified time | relevance | path

Searched refs:runBackgroundKeyFetch (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchJobServiceTest.java137 verify(mBgFWorkerMock, never()).runBackgroundKeyFetch(); in testOnStartJobConsentRevokedGaUxDisabled()
161 verify(mBgFWorkerMock, never()).runBackgroundKeyFetch(); in testOnStartJobAdSelectionDataKillSwitchOn()
176 .runBackgroundKeyFetch(); in testOnStartJobAdSelectionDataKillSwitchOff()
191 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobAdSelectionDataKillSwitchOff()
209 .runBackgroundKeyFetch(); in testOnStartJobUpdateSuccessdd()
222 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobUpdateSuccessdd()
242 .runBackgroundKeyFetch(); in testOnStartJobUpdateTimeoutHandled()
255 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobUpdateTimeoutHandled()
274 .runBackgroundKeyFetch(); in testOnStartJobUpdateExecutionExceptionHandled()
287 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobUpdateExecutionExceptionHandled()
[all …]
DBackgroundKeyFetchWorkerTest.java236 () -> mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get()); in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch()
245 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in testRunBackgroundFetch_noExpiredKeys_nothingToFetch()
274 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in testRunBackgroundKeyFetch_keyFetchJobDisabled_nothingToFetch()
302 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in testRunBackgroundKeyFetch_auctionKeyFetchJobDisabled_joinKeysFetched()
335 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in testRunBackgroundKeyFetch_joinKeyFetchJobDisabled_allAuctionKeysFetched()
368 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_EmptyDb_allKeysFetched()
395 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_InAdvance_allKeysFetched()
430 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in test_runBackgroundKeyFetchInSequence()
443 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get(); in test_runBackgroundKeyFetchInSequence()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchJobService.java118 .runBackgroundKeyFetch() in onStartJob()
DBackgroundKeyFetchWorker.java300 public FluentFuture<Void> runBackgroundKeyFetch() { in runBackgroundKeyFetch() method in BackgroundKeyFetchWorker