Searched refs:DebugReportingJobService (Results 1 – 6 of 6) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | DebugReportingJobServiceTest.java | 21 import static com.android.adservices.service.measurement.reporting.DebugReportingJobService.DEBUG_R… 78 @SpyStatic(DebugReportingJobService.class) 92 private DebugReportingJobService mSpyService; 99 mSpyService = spy(new DebugReportingJobService()); in setUp() 138 DebugReportingJobService.scheduleIfNeeded( in onStartJob_killSwitchOff() 172 DebugReportingJobService.scheduleIfNeeded( in onStartJob_killSwitchOff_unlockingCheck() 248 DebugReportingJobService.scheduleIfNeeded( in scheduleIfNeeded_killSwitchOn_dontSchedule() 253 () -> DebugReportingJobService.schedule(any(), any()), never()); in scheduleIfNeeded_killSwitchOn_dontSchedule() 274 spyContext, DebugReportingJobService.class)) in scheduleIfNeeded_killSwitchOff_previouslyExecuted_dontForceSchedule_dontSchedule() 282 DebugReportingJobService.scheduleIfNeeded( in scheduleIfNeeded_killSwitchOff_previouslyExecuted_dontForceSchedule_dontSchedule() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugReportingJobService.java | 51 public final class DebugReportingJobService extends JobService { class 143 new ComponentName(context, DebugReportingJobService.class)) in buildJobInfo()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobServiceTest.java | 63 import com.android.adservices.service.measurement.reporting.DebugReportingJobService; 87 @SpyStatic(DebugReportingJobService.class) 321 () -> DebugReportingJobService.scheduleIfNeeded(any(), eq(false)), in testRescheduling_successNoMoreRecordsToProcess_rescheduleManually() 369 () -> DebugReportingJobService.scheduleIfNeeded(any(), eq(false)), in testRescheduling_hasMoreRecordsToProcess_rescheduleImmediately() 708 .when(() -> DebugReportingJobService.scheduleIfNeeded(any(), anyBoolean())); in runWithMocks()
|
D | AttributionFallbackJobServiceTest.java | 62 import com.android.adservices.service.measurement.reporting.DebugReportingJobService; 106 .spyStatic(DebugReportingJobService.class) 568 .when(() -> DebugReportingJobService.scheduleIfNeeded(any(), anyBoolean())); in runWithMocks()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | AttributionFallbackJobService.java | 39 import com.android.adservices.service.measurement.reporting.DebugReportingJobService; 95 DebugReportingJobService.scheduleIfNeeded( in onStartJob()
|
D | AttributionJobService.java | 40 import com.android.adservices.service.measurement.reporting.DebugReportingJobService; 122 DebugReportingJobService.scheduleIfNeeded( in onStartJob()
|