Home
last modified time | relevance | path

Searched refs:mExecutorFuture (Results 1 – 15 of 15) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/
DEncryptionKeyJobService.java51 private Future mExecutorFuture; field in EncryptionKeyJobService
74 mExecutorFuture = in onStartJob()
93 if (mExecutorFuture != null) { in onStopJob()
94 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
182 return mExecutorFuture; in getFutureForTesting()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DVerboseDebugReportingJobService.java55 private Future mExecutorFuture; field in VerboseDebugReportingJobService
76 mExecutorFuture = in onStartJob()
94 if (mExecutorFuture != null) { in onStopJob()
95 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
187 return mExecutorFuture; in getFutureForTesting()
DEventFallbackReportingJobService.java59 private Future mExecutorFuture; field in EventFallbackReportingJobService
85 mExecutorFuture = in onStartJob()
134 if (mExecutorFuture != null) { in onStopJob()
135 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
215 return mExecutorFuture; in getFutureForTesting()
DDebugReportingJobService.java55 private Future mExecutorFuture; field in DebugReportingJobService
76 mExecutorFuture = in onStartJob()
94 if (mExecutorFuture != null) { in onStopJob()
95 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
198 return mExecutorFuture; in getFutureForTesting()
DVerboseDebugReportingFallbackJobService.java62 private Future mExecutorFuture; field in VerboseDebugReportingFallbackJobService
92 mExecutorFuture = in onStartJob()
112 if (mExecutorFuture != null) { in onStopJob()
113 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
218 return mExecutorFuture; in getFutureForTesting()
DEventReportingJobService.java56 private Future mExecutorFuture; field in EventReportingJobService
81 mExecutorFuture = in onStartJob()
127 if (mExecutorFuture != null) { in onStopJob()
128 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
207 return mExecutorFuture; in getFutureForTesting()
DAggregateFallbackReportingJobService.java59 private Future mExecutorFuture; field in AggregateFallbackReportingJobService
85 mExecutorFuture = in onStartJob()
139 if (mExecutorFuture != null) { in onStopJob()
140 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
224 return mExecutorFuture; in getFutureForTesting()
DImmediateAggregateReportingJobService.java59 private Future mExecutorFuture; field in ImmediateAggregateReportingJobService
86 mExecutorFuture = in onStartJob()
137 if (mExecutorFuture != null) { in onStopJob()
138 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
221 return mExecutorFuture; in getFutureForTesting()
DAggregateReportingJobService.java58 private Future mExecutorFuture; field in AggregateReportingJobService
83 mExecutorFuture = in onStartJob()
134 if (mExecutorFuture != null) { in onStopJob()
135 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
217 return mExecutorFuture; in getFutureForTesting()
DDebugReportingFallbackJobService.java63 private Future mExecutorFuture; field in DebugReportingFallbackJobService
92 mExecutorFuture = in onStartJob()
111 if (mExecutorFuture != null) { in onStopJob()
112 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
225 return mExecutorFuture; in getFutureForTesting()
DReportingJobService.java61 private Future mExecutorFuture; field in ReportingJobService
89 mExecutorFuture = in onStartJob()
115 if (mExecutorFuture != null) { in onStopJob()
116 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
375 return mExecutorFuture;
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationFallbackJobService.java60 private Future mExecutorFuture; field in AsyncRegistrationFallbackJobService
105 mExecutorFuture = in onStartJob()
143 if (mExecutorFuture != null) { in onStopJob()
144 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
229 return mExecutorFuture; in getFutureForTesting()
DAsyncRegistrationQueueJobService.java49 private Future mExecutorFuture; field in AsyncRegistrationQueueJobService
79 mExecutorFuture = in onStartJob()
142 if (mExecutorFuture != null) { in onStopJob()
143 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
256 return mExecutorFuture; in getFutureForTesting()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionFallbackJobService.java59 private Future mExecutorFuture; field in AttributionFallbackJobService
90 mExecutorFuture = in onStartJob()
140 if (mExecutorFuture != null) { in onStopJob()
141 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
220 return mExecutorFuture; in getFutureForTesting()
DAttributionJobService.java61 private Future mExecutorFuture; field in AttributionJobService
91 mExecutorFuture = in onStartJob()
162 if (mExecutorFuture != null) { in onStopJob()
163 shouldRetry = mExecutorFuture.cancel(/* mayInterruptIfRunning */ true); in onStopJob()
268 return mExecutorFuture; in getFutureForTesting()