Home
last modified time | relevance | path

Searched refs:getFutureForTesting (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationFallbackJobServiceTest.java425 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
431 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
492 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/
DEncryptionKeyJobServiceTest.java276 assertThat(mSpyService.getFutureForTesting()).isNotNull(); in testOnStopJob_stopsExecutingThread()
281 assertThat(mSpyService.getFutureForTesting().isCancelled()).isTrue(); in testOnStopJob_stopsExecutingThread()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DReportingJobServiceTest.java483 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
488 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
590 mSpyService.getFutureForTesting().get(); in onStartJob_featureEnabled()
DVerboseDebugReportingJobServiceTest.java402 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
408 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DDebugReportingJobServiceTest.java392 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
398 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DDebugReportingFallbackJobServiceTest.java408 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
414 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DImmediateAggregateReportingJobServiceTest.java437 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
443 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DEventFallbackReportingJobServiceTest.java452 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
458 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DAggregateReportingJobServiceTest.java438 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
444 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DVerboseDebugReportingFallbackJobServiceTest.java419 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
425 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DEventReportingJobServiceTest.java434 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
440 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobServiceTest.java205 mSpyService.getFutureForTesting().get(); in onStartJob_killSwitchOff_unlockingCheck()
618 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
624 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
DAttributionFallbackJobServiceTest.java451 assertNotNull(mSpyService.getFutureForTesting()); in testOnStopJob_stopsExecutingThread()
457 assertTrue(mSpyService.getFutureForTesting().isCancelled()); in testOnStopJob_stopsExecutingThread()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/
DEncryptionKeyJobService.java181 public Future getFutureForTesting() { in getFutureForTesting() method in EncryptionKeyJobService
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DVerboseDebugReportingJobService.java186 Future getFutureForTesting() { in getFutureForTesting() method in VerboseDebugReportingJobService
DEventFallbackReportingJobService.java214 Future getFutureForTesting() { in getFutureForTesting() method in EventFallbackReportingJobService
DDebugReportingJobService.java197 Future getFutureForTesting() { in getFutureForTesting() method in DebugReportingJobService
DVerboseDebugReportingFallbackJobService.java217 Future getFutureForTesting() { in getFutureForTesting() method in VerboseDebugReportingFallbackJobService
DEventReportingJobService.java206 Future getFutureForTesting() { in getFutureForTesting() method in EventReportingJobService
DAggregateFallbackReportingJobService.java223 Future getFutureForTesting() { in getFutureForTesting() method in AggregateFallbackReportingJobService
DImmediateAggregateReportingJobService.java220 Future getFutureForTesting() { in getFutureForTesting() method in ImmediateAggregateReportingJobService
DAggregateReportingJobService.java216 Future getFutureForTesting() { in getFutureForTesting() method in AggregateReportingJobService
DDebugReportingFallbackJobService.java224 Future getFutureForTesting() { in getFutureForTesting() method in DebugReportingFallbackJobService
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationFallbackJobService.java228 Future getFutureForTesting() { in getFutureForTesting() method in AsyncRegistrationFallbackJobService
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionFallbackJobService.java219 Future getFutureForTesting() { in getFutureForTesting() method in AttributionFallbackJobService

12