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/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchJobServiceTest.java144 verify(mBgFWorkerMock, never()).runBackgroundKeyFetch(); in testOnStartJobConsentRevokedGaUxDisabled()
168 verify(mBgFWorkerMock, never()).runBackgroundKeyFetch(); in testOnStartJobAdSelectionDataKillSwitchOn()
183 .runBackgroundKeyFetch(); in testOnStartJobAdSelectionDataKillSwitchOff()
198 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobAdSelectionDataKillSwitchOff()
219 .runBackgroundKeyFetch(); in testOnStartJobUpdateSuccessdd()
232 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobUpdateSuccessdd()
254 .runBackgroundKeyFetch(); in testOnStartJobUpdateTimeoutHandled()
267 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobUpdateTimeoutHandled()
286 .runBackgroundKeyFetch(); in testOnStartJobUpdateExecutionExceptionHandled()
299 verify(mBgFWorkerMock).runBackgroundKeyFetch(); in testOnStartJobUpdateExecutionExceptionHandled()
[all …]
DBackgroundKeyFetchWorkerTest.java276 () -> backgroundKeyFetchWorkerThatTimesOut.runBackgroundKeyFetch().get()); in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch()
286 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
339 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
386 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
436 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
510 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
563 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
619 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
632 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
644 mBackgroundKeyFetchWorker.runBackgroundKeyFetch().get();
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchJobService.java113 .runBackgroundKeyFetch() in onStartJob()
DBackgroundKeyFetchWorker.java296 public FluentFuture<Void> runBackgroundKeyFetch() { in runBackgroundKeyFetch() method in BackgroundKeyFetchWorker