Home
last modified time | relevance | path

Searched refs:stopWork (Results 1 – 20 of 20) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DScheduleCustomAudienceUpdateWorker.java84 public void stopWork() { in stopWork() method in ScheduleCustomAudienceUpdateWorker
85 mSingletonRunner.stopWork(); in stopWork()
DBackgroundFetchWorker.java143 public void stopWork() { in stopWork() method in BackgroundFetchWorker
144 mSingletonRunner.stopWork(); in stopWork()
DScheduleCustomAudienceUpdateJobService.java142 ScheduleCustomAudienceUpdateWorker.getInstance(this).stopWork(); in onStopJob()
DBackgroundFetchJobService.java206 BackgroundFetchWorker.getInstance(this).stopWork(); in onStopJob()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonSignJoinBackgroundJobWorker.java103 public void stopWork() { in stopWork() method
104 mSingletonRunner.stopWork(); in stopWork()
DKAnonSignJoinBackgroundJobService.java115 KAnonSignJoinBackgroundJobWorker.getInstance(this).stopWork(); in onStopJob()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DSingletonRunnerTest.java91 singletonRunner.stopWork(); in testShouldRunOnceMultipleStartStops()
147 singletonRunner.stopWork(); in testShouldStopTask()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderWorker.java123 public void stopWork() { in stopWork() method in DebugReportSenderWorker
124 mSingletonRunner.stopWork(); in stopWork()
DDebugReportSenderJobService.java187 DebugReportSenderWorker.getInstance(this).stopWork(); in onStopJob()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/
DPeriodicEncodingJobServiceTest.java322 doNothing().when(mMockPeriodicEncodingJobWorker).stopWork(); in testOnStopJobCallsStopWork_withoutLogging()
324 verify(mMockPeriodicEncodingJobWorker).stopWork(); in testOnStopJobCallsStopWork_withoutLogging()
336 doNothing().when(mMockPeriodicEncodingJobWorker).stopWork(); in testOnStopJob_withLogging()
338 verify(mMockPeriodicEncodingJobWorker).stopWork(); in testOnStopJob_withLogging()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DScheduleCustomAudienceUpdateJobServiceTest.java599 doNothing().when(mUpdateWorker).stopWork(); in testOnStopJobCallsStopWork_withoutLogging()
601 verify(mUpdateWorker).stopWork(); in testOnStopJobCallsStopWork_withoutLogging()
621 doNothing().when(mUpdateWorker).stopWork(); in testOnStopJob_withLogging()
623 verify(mUpdateWorker).stopWork(); in testOnStopJob_withLogging()
DBackgroundFetchWorkerTest.java524 mBackgroundFetchWorker.stopWork();
570 mBackgroundFetchWorker.stopWork();
628 mBackgroundFetchWorker.stopWork();
DBackgroundFetchJobServiceTest.java681 doNothing().when(mBgFWorkerMock).stopWork(); in testOnStopJobCallsStopWork()
685 verify(mBgFWorkerMock).stopWork(); in testOnStopJobCallsStopWork()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DSingletonRunner.java117 public void stopWork() { in stopWork() method in SingletonRunner
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java302 public void stopWork() { in stopWork() method in BackgroundKeyFetchWorker
303 mSingletonRunner.stopWork(); in stopWork()
DBackgroundKeyFetchJobService.java174 BackgroundKeyFetchWorker.getInstance(this).stopWork(); in onStopJob()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/
DPeriodicEncodingJobWorker.java185 public void stopWork() { in stopWork() method in PeriodicEncodingJobWorker
186 mSingletonRunner.stopWork(); in stopWork()
DPeriodicEncodingJobService.java144 PeriodicEncodingJobWorker.getInstance().stopWork(); in onStopJob()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchJobServiceTest.java309 doNothing().when(mBgFWorkerMock).stopWork(); in testOnStopJobCallsStopWork()
313 verify(mBgFWorkerMock).stopWork(); in testOnStopJobCallsStopWork()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DDebugReportSenderJobServiceTest.java642 doNothing().when(mDebugReportSenderWorker).stopWork(); in testOnStopJobCallsStopWork()
646 verify(mDebugReportSenderWorker).stopWork(); in testOnStopJobCallsStopWork()