Home
last modified time | relevance | path

Searched refs:shouldRescheduleWithLegacyMethod (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/spe/
DAdServicesJobServiceTest.java170 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 …]
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/sharedlibrary/spe/
DFederatedComputeJobServiceTest.java150 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()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/sharedlibrary/spe/
DOdpJobService.java48 if (shouldRescheduleWithLegacyMethod(jobId)) { in onStartJob()
69 boolean shouldRescheduleWithLegacyMethod(int jobId) { in shouldRescheduleWithLegacyMethod() method in OdpJobService
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/sharedlibrary/spe/
DFederatedComputeJobService.java48 if (shouldRescheduleWithLegacyMethod(jobId)) { in onStartJob()
71 boolean shouldRescheduleWithLegacyMethod(int jobId) { in shouldRescheduleWithLegacyMethod() method in FederatedComputeJobService
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/spe/
DAdServicesJobService.java69 if (shouldRescheduleWithLegacyMethod(jobId)) { in onStartJob()
92 boolean shouldRescheduleWithLegacyMethod(int jobId) { in shouldRescheduleWithLegacyMethod() method in AdServicesJobService