Searched refs:runBackgroundKeyFetch (Results 1 – 4 of 4) sorted by relevance
144 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 …]
276 () -> 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 …]
113 .runBackgroundKeyFetch() in onStartJob()
296 public FluentFuture<Void> runBackgroundKeyFetch() { in runBackgroundKeyFetch() method in BackgroundKeyFetchWorker