Searched refs:AsyncRegistrationFallbackJob (Results 1 – 11 of 11) sorted by relevance
66 @Spy AsyncRegistrationFallbackJob mSpyAsyncRegistrationFallbackJob;116 AsyncRegistrationFallbackJob.schedule(); in testSchedule_spe()130 AsyncRegistrationFallbackJob.schedule(); in testSchedule_legacy()158 .that(AsyncRegistrationFallbackJob.createDefaultJobSpec()) in testCreateDefaultJobSpec()
56 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;94 @SpyStatic(AsyncRegistrationFallbackJob.class)241 ExtendedMockito.doNothing().when(AsyncRegistrationFallbackJob::schedule); in runWithMocks()285 ExtendedMockito.verify(AsyncRegistrationFallbackJob::schedule, times(timesCalled)); in assertJobScheduled()
42 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;116 AsyncRegistrationFallbackJob.schedule(); in schedulePeriodicJobsIfNeeded()
34 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;133 return new AsyncRegistrationFallbackJob(); in getJobWorkerInstance()
68 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;102 @SpyStatic(AsyncRegistrationFallbackJob.class)136 doNothing().when(AsyncRegistrationFallbackJob::schedule); in setDefaultExpectations()581 verify(AsyncRegistrationFallbackJob::schedule, times(numberOfTimes)); in assertMeasurementJobsScheduled()
41 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;134 .isInstanceOf(AsyncRegistrationFallbackJob.class); in testGetJobInstance()
63 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;242 AsyncRegistrationFallbackJob.schedule(); in scheduleMeasurementBackgroundJobs()
54 public final class AsyncRegistrationFallbackJob implements JobWorker { class
83 AsyncRegistrationFallbackJob.schedule(); in onStartJob()
135 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;187 @SpyStatic(AsyncRegistrationFallbackJob.class)319 doNothing().when(AsyncRegistrationFallbackJob::schedule); in setup()633 verify(AsyncRegistrationFallbackJob::schedule); in testJobsAreScheduledAfterEnablingKillSwitchOff()693 verify(AsyncRegistrationFallbackJob::schedule, never()); in testJobsAreNotScheduledAfterEnablingKillSwitchOn()
139 import com.android.adservices.service.measurement.registration.AsyncRegistrationFallbackJob;192 @SpyStatic(AsyncRegistrationFallbackJob.class)297 doNothing().when(AsyncRegistrationFallbackJob::schedule); in setup()640 verify(AsyncRegistrationFallbackJob::schedule); in testJobsAreScheduledAfterEnablingKillSwitchOff()700 verify(AsyncRegistrationFallbackJob::schedule, never()); in testJobsAreNotScheduledAfterEnablingKillSwitchOn()