Home
last modified time | relevance | path

Searched refs:getBackgroundExecutor (Results 1 – 25 of 158) sorted by relevance

1234567

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/
DMobileDataDownloadFactory.java186 return AdServicesExecutors.getBackgroundExecutor(); in getControlExecutor()
190 return AdServicesExecutors.getBackgroundExecutor(); in getDownloadExecutor()
234 sharedPrefs, AdServicesExecutors.getBackgroundExecutor()); in getDownloadMetadataStore()
252 fileStorage, AdServicesExecutors.getBackgroundExecutor()); in getTopicsManifestPopulator()
298 .setBackgroundExecutor(AdServicesExecutors.getBackgroundExecutor()) in getTopicsManifestPopulator()
307 AdServicesExecutors.getBackgroundExecutor())) in getTopicsManifestPopulator()
341 fileStorage, AdServicesExecutors.getBackgroundExecutor());
350 .setBackgroundExecutor(AdServicesExecutors.getBackgroundExecutor())
359 AdServicesExecutors.getBackgroundExecutor()))
407 fileStorage, AdServicesExecutors.getBackgroundExecutor());
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreService.java149 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in startQuery()
203 OnDevicePersonalizationExecutors.getBackgroundExecutor()) in startQuery()
210 OnDevicePersonalizationExecutors.getBackgroundExecutor()) in startQuery()
244 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in startQuery()
253 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in startQuery()
296 OnDevicePersonalizationExecutors.getBackgroundExecutor()) in executeOnTrainingExamples()
307 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in executeOnTrainingExamples()
DOdpResultHandlingService.java77 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult()
96 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java152 AdServicesExecutors.getBackgroundExecutor() in getAbsentAndExpiredKeyTypes()
158 AdServicesExecutors.getBackgroundExecutor() in getExpiredKeyTypes()
280 AdServicesExecutors.getBackgroundExecutor()); in doRun()
287 AdServicesExecutors.getBackgroundExecutor()); in doRun()
321 AdServicesExecutors.getBackgroundExecutor()); in fetchAndPersistAuctionKeys()
337 AdServicesExecutors.getBackgroundExecutor()); in fetchAndPersistJoinKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchWorker.java155 AdServicesExecutors.getBackgroundExecutor()) in doRun()
163 AdServicesExecutors.getBackgroundExecutor()) in doRun()
170 AdServicesExecutors.getBackgroundExecutor()); in doRun()
211 AdServicesExecutors.getBackgroundExecutor())); in updateData()
234 AdServicesExecutors.getBackgroundExecutor() in cleanupFledgeData()
DBackgroundFetchRunner.java202 AdServicesExecutors.getBackgroundExecutor()); in updateCustomAudience()
234 AdServicesExecutors.getBackgroundExecutor()) in fetchAndValidateCustomAudienceUpdatableData()
238 AdServicesExecutors.getBackgroundExecutor()) in fetchAndValidateCustomAudienceUpdatableData()
247 AdServicesExecutors.getBackgroundExecutor()); in fetchAndValidateCustomAudienceUpdatableData()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DDebugReportSenderWorker.java136 AdServicesExecutors.getBackgroundExecutor() in getDebugReports()
158 AdServicesExecutors.getBackgroundExecutor() in cleanupDebugReportsData()
203 .transform(this::sendDebugReports, AdServicesExecutors.getBackgroundExecutor())
206 AdServicesExecutors.getBackgroundExecutor())
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/sharedlibrary/spe/
DOdpJobServiceFactory.java96 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in getInstance()
101 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in getInstance()
125 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in OdpJobServiceFactory
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/sharedlibrary/spe/
DFederatedComputeJobServiceFactory.java97 FederatedComputeExecutors.getBackgroundExecutor(), in getInstance()
102 FederatedComputeExecutors.getBackgroundExecutor(), in getInstance()
126 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeJobServiceFactory
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/spe/
DAdServicesJobServiceFactory.java105 AdServicesExecutors.getBackgroundExecutor(), in getInstance()
110 AdServicesExecutors.getBackgroundExecutor(), in getInstance()
165 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AdServicesJobServiceFactory
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DMaintenanceJobService.java110 AdServicesExecutors.getBackgroundExecutor()); in onStartJob()
121 AdServicesExecutors.getBackgroundExecutor()); in onStartJob()
132 AdServicesExecutors.getBackgroundExecutor()); in onStartJob()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils
98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/
DFederatedJobService.java20 …tatic com.android.federatedcompute.services.common.FederatedComputeExecutors.getBackgroundExecutor;
75 getBackgroundExecutor()); in onStartJob()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/reset/
DResetDataJobService.java87 }, OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
122 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/
DMobileDataDownloadFactory.java126 return OnDevicePersonalizationExecutors.getBackgroundExecutor();
139 return OnDevicePersonalizationExecutors.getBackgroundExecutor();
DMddJobService.java77 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
113 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/user/
DUserDataCollectionJobService.java117 }, OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
148 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/
DMddJobServiceTest.java113 OnDevicePersonalizationExecutors::getBackgroundExecutor); in onStartJobTest()
195 OnDevicePersonalizationExecutors::getBackgroundExecutor); in onStartJobNoTaskTagTest()
208 OnDevicePersonalizationExecutors::getBackgroundExecutor); in onStartJobFailHandleTaskTest()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/security/
DAuthorizationContext.java157 FederatedComputeExecutors.getBackgroundExecutor()); in generateAuthHeaders()
167 FederatedComputeExecutors.getBackgroundExecutor()); in generateAuthHeaders()
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/concurrent/
DBackgroundExecutorProvider.java35 public static synchronized ListeningScheduledExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in BackgroundExecutorProvider
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/
DFederatedComputeManagingServiceDelegate.java112 FederatedComputeExecutors.getBackgroundExecutor() in schedule()
182 FederatedComputeExecutors.getBackgroundExecutor() in cancel()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/serviceflow/
DServiceFlowOrchestrator.java46 case NORMAL -> OnDevicePersonalizationExecutors.getBackgroundExecutor() in schedule()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/maintenance/
DOnDevicePersonalizationMaintenanceJobService.java176 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
211 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationManagingServiceImpl.java39 this.mExecutor = OnDevicePersonalizationExecutors.getBackgroundExecutor(); in OnDevicePersonalizationManagingServiceImpl()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/framework/
DJobServiceFactory.java70 Executor getBackgroundExecutor(); in getBackgroundExecutor() method

1234567