/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueJobServiceTest.java | 166 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff_unlockingCheck() 175 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff_unlockingCheck() 227 mSpyService.getFutureForTesting().get(); in testRescheduling_threadInterruptedWhileProcessingRecords_dontRescheduleManually() 261 mSpyService.getFutureForTesting().get(); in testRescheduling_successNoMoreRecordsToProcess_rescheduleManually() 299 mSpyService.getFutureForTesting().get(); in testRescheduling_hasMoreRecordsToProcess_rescheduleImmediately() 568 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 573 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread() 607 mSpyService.getFutureForTesting().get(); in cancelDeprecatedAsyncRegistrationJob_withPendingJob_cancelsSuccessfully() 642 mSpyService.getFutureForTesting().get(); in cancelDeprecatedAsyncRegistrationJob_withoutPendingJob_doesntCancel() 697 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff()
|
D | AsyncRegistrationFallbackJobServiceTest.java | 370 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 376 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread() 437 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobServiceTest.java | 154 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff_unlockingCheck() 166 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff_unlockingCheck() 215 mSpyService.getFutureForTesting().get(); in testRescheduling_failureWhileProcessingRecords_dontRescheduleManually() 269 mSpyService.getFutureForTesting().get(); in testRescheduling_successNoMoreRecordsToProcess_rescheduleManually() 318 mSpyService.getFutureForTesting().get(); in testRescheduling_hasMoreRecordsToProcess_rescheduleImmediately() 628 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 634 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | AttributionFallbackJobServiceTest.java | 376 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 382 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/ |
D | ReportingJobServiceTest.java | 456 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 461 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread() 548 mSpyService.getFutureForTesting().get(); in onStartJob_featureEnabled()
|
D | DebugReportingJobServiceTest.java | 373 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 379 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | ImmediateAggregateReportingJobServiceTest.java | 362 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 368 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | DebugReportingFallbackJobServiceTest.java | 344 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 350 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | VerboseDebugReportingJobServiceTest.java | 385 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 391 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | VerboseDebugReportingFallbackJobServiceTest.java | 357 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 363 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | AggregateReportingJobServiceTest.java | 364 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 370 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | EventReportingJobServiceTest.java | 361 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 367 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | EventFallbackReportingJobServiceTest.java | 386 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 392 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
D | AggregateFallbackReportingJobServiceTest.java | 378 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread() 384 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/ |
D | EncryptionKeyJobServiceTest.java | 272 assertThat(mSpyService.getFutureForTesting()).isNotNull(); in testOnStopJob_stopsExecutingThread() 277 assertThat(mSpyService.getFutureForTesting().isCancelled()).isTrue(); in testOnStopJob_stopsExecutingThread()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/ |
D | EncryptionKeyJobService.java | 185 public Future getFutureForTesting() { in getFutureForTesting() method in EncryptionKeyJobService
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | VerboseDebugReportingJobService.java | 185 Future getFutureForTesting() { in getFutureForTesting() method in VerboseDebugReportingJobService
|
D | EventFallbackReportingJobService.java | 217 Future getFutureForTesting() { in getFutureForTesting() method in EventFallbackReportingJobService
|
D | EventReportingJobService.java | 209 Future getFutureForTesting() { in getFutureForTesting() method in EventReportingJobService
|
D | VerboseDebugReportingFallbackJobService.java | 214 Future getFutureForTesting() { in getFutureForTesting() method in VerboseDebugReportingFallbackJobService
|
D | DebugReportingJobService.java | 201 Future getFutureForTesting() { in getFutureForTesting() method in DebugReportingJobService
|
D | AggregateFallbackReportingJobService.java | 225 Future getFutureForTesting() { in getFutureForTesting() method in AggregateFallbackReportingJobService
|
D | DebugReportingFallbackJobService.java | 227 Future getFutureForTesting() { in getFutureForTesting() method in DebugReportingFallbackJobService
|
D | AggregateReportingJobService.java | 218 Future getFutureForTesting() { in getFutureForTesting() method in AggregateReportingJobService
|
D | ImmediateAggregateReportingJobService.java | 222 Future getFutureForTesting() { in getFutureForTesting() method in ImmediateAggregateReportingJobService
|