Searched refs:runBackgroundFetch (Results 1 – 6 of 6) sorted by relevance
192 verify(mBgFWorkerMock, never()).runBackgroundFetch(); in testOnStartJobConsentRevokedGaUxDisabled()245 verify(mBgFWorkerMock, never()).runBackgroundFetch(); in testOnStartJobCustomAudienceKillSwitchOn()339 .runBackgroundFetch(); in testOnStartJobUpdateInterruptedHandled()352 verify(mBgFWorkerMock).runBackgroundFetch(); in testOnStartJobUpdateInterruptedHandled()372 .runBackgroundFetch(); in testOnStartJobUpdateExecutionExceptionHandled()385 verify(mBgFWorkerMock).runBackgroundFetch(); in testOnStartJobUpdateExecutionExceptionHandled()521 .runBackgroundFetch(); in testOnStartJobCustomAudienceKillSwitchOff()536 FluentFuture<Void> unusedFuture = verify(mBgFWorkerMock).runBackgroundFetch(); in testOnStartJobCustomAudienceKillSwitchOff()564 verify(mBgFWorkerMock, never()).runBackgroundFetch(); in testOnStartJobShouldDisableJobTrue()587 verify(mBgFWorkerMock, never()).runBackgroundFetch(); in testOnStartJobFlagDisabled()[all …]
305 () -> backgroundFetchWorkerThatTimesOut.runBackgroundFetch().get()); in testRunBackgroundFetchThrowsTimeoutDuringUpdates()327 mBackgroundFetchWorker.runBackgroundFetch().get();363 mBackgroundFetchWorker.runBackgroundFetch().get();399 mBackgroundFetchWorker.runBackgroundFetch().get();439 mBackgroundFetchWorker.runBackgroundFetch().get();492 mBackgroundFetchWorker.runBackgroundFetch().get();505 mBackgroundFetchWorker.runBackgroundFetch().get();566 ListenableFuture<Void> backgroundFetchResult = mBackgroundFetchWorker.runBackgroundFetch();625 ListenableFuture<Void> backgroundFetchResult = mBackgroundFetchWorker.runBackgroundFetch();694 mBackgroundFetchWorker.runBackgroundFetch().get();[all …]
94 when(mMockBackgroundFetchWorker.runBackgroundFetch()) in setup()107 FluentFuture<Void> unusedFuture = verify(mMockBackgroundFetchWorker).runBackgroundFetch(); in testGetExecutionFuture()
62 .runBackgroundFetch() in getExecutionFuture()
117 .runBackgroundFetch() in onStartJob()
137 public FluentFuture<Void> runBackgroundFetch() { in runBackgroundFetch() method in BackgroundFetchWorker