Searched refs:shouldRescheduleWithLegacyMethod (Results 1 – 5 of 5) sorted by relevance
170 doReturn(true).when(mSpyAdServicesJobService).shouldRescheduleWithLegacyMethod(jobId); in testOnStartJob_rescheduleWithLegacyMethod()189 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldReschedule()193 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldReschedule()197 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldReschedule()201 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldReschedule()211 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldNotReschedule()215 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldNotReschedule()219 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldNotReschedule()223 mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_firstBatch_shouldNotReschedule()247 assertThat(mSpyAdServicesJobService.shouldRescheduleWithLegacyMethod(notConfiguredId)) in testShouldRescheduleWithLegacyMethod_otherJob()[all …]
150 doReturn(true).when(mSpyFederatedComputeJobService).shouldRescheduleWithLegacyMethod(jobId); in testOnStartJob_rescheduleWithLegacyMethod()170 mSpyFederatedComputeJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_speDisabled()181 .that(mSpyFederatedComputeJobService.shouldRescheduleWithLegacyMethod(invalidJobId)) in testShouldRescheduleWithLegacyMethod_speDisabled_notConfiguredJobId()191 mSpyFederatedComputeJobService.shouldRescheduleWithLegacyMethod( in testShouldRescheduleWithLegacyMethod_speEnabled()
48 if (shouldRescheduleWithLegacyMethod(jobId)) { in onStartJob()69 boolean shouldRescheduleWithLegacyMethod(int jobId) { in shouldRescheduleWithLegacyMethod() method in OdpJobService
48 if (shouldRescheduleWithLegacyMethod(jobId)) { in onStartJob()71 boolean shouldRescheduleWithLegacyMethod(int jobId) { in shouldRescheduleWithLegacyMethod() method in FederatedComputeJobService
69 if (shouldRescheduleWithLegacyMethod(jobId)) { in onStartJob()92 boolean shouldRescheduleWithLegacyMethod(int jobId) { in shouldRescheduleWithLegacyMethod() method in AdServicesJobService