Home
last modified time | relevance | path

Searched refs:runDebugReportSender (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportSenderJobServiceTest.java184 verify(mDebugReportSenderWorker, never()).runDebugReportSender(); in testOnStartJobAdSelectionKillSwitchFlagEnabled()
210 verify(mDebugReportSenderWorker, never()).runDebugReportSender(); in testOnStartJobEnableDebugReportingFlagDisabled()
240 verify(mDebugReportSenderWorker, never()).runDebugReportSender(); in testOnStartJobGaUxFlagDisabled()
270 verify(mDebugReportSenderWorker, never()).runDebugReportSender(); in testOnStartJobConsentRevokedGaUxDisabled()
406 .runDebugReportSender(); in testOnStartJobUpdateInterruptedHandled()
420 verify(mDebugReportSenderWorker).runDebugReportSender(); in testOnStartJobUpdateInterruptedHandled()
440 .runDebugReportSender(); in testOnStartJobUpdateExecutionExceptionHandled()
454 verify(mDebugReportSenderWorker).runDebugReportSender(); in testOnStartJobUpdateExecutionExceptionHandled()
564 .runDebugReportSender(); in testOnStartJobUpdateSuccess()
578 verify(mDebugReportSenderWorker).runDebugReportSender(); in testOnStartJobUpdateSuccess()
[all …]
DDebugReportSenderWorkerTest.java118 mDebugReportSenderWorker.runDebugReportSender().get(); in testRunDebugReportSenderSuccess()
145 mDebugReportSenderWorker.runDebugReportSender().get(); in testRunDebugReportSenderPartialFailureDoesNotBreakOverallSuccess()
172 mDebugReportSenderWorker.runDebugReportSender().get(); in testRunDebugReportSenderDoesNotFailsOnException()
198 mDebugReportSenderWorker.runDebugReportSender().get(); in testRunDebugReportSenderDoesNothingIfNoDebugReportsToSend()
238 () -> mDebugReportSenderWorker.runDebugReportSender().get()); in testRunDebugReportSenderThrowsTimeout()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderJobService.java121 .runDebugReportSender() in onStartJob()
DDebugReportSenderWorker.java117 public FluentFuture<Void> runDebugReportSender() { in runDebugReportSender() method in DebugReportSenderWorker