/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/ |
D | MobileDataDownloadFactory.java | 186 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/ |
D | OdpExampleStoreService.java | 149 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()
|
D | OdpResultHandlingService.java | 77 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult() 96 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/ |
D | BackgroundKeyFetchWorker.java | 152 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/ |
D | BackgroundFetchWorker.java | 155 AdServicesExecutors.getBackgroundExecutor()) in doRun() 163 AdServicesExecutors.getBackgroundExecutor()) in doRun() 170 AdServicesExecutors.getBackgroundExecutor()); in doRun() 211 AdServicesExecutors.getBackgroundExecutor())); in updateData() 234 AdServicesExecutors.getBackgroundExecutor() in cleanupFledgeData()
|
D | BackgroundFetchRunner.java | 202 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/ |
D | DebugReportSenderWorker.java | 136 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/ |
D | OdpJobServiceFactory.java | 96 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/ |
D | FederatedComputeJobServiceFactory.java | 97 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/ |
D | AdServicesJobServiceFactory.java | 105 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/ |
D | MaintenanceJobService.java | 110 AdServicesExecutors.getBackgroundExecutor()); in onStartJob() 121 AdServicesExecutors.getBackgroundExecutor()); in onStartJob() 132 AdServicesExecutors.getBackgroundExecutor()); in onStartJob()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | ExecutorUtils.java | 83 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/ |
D | FederatedJobService.java | 20 …tatic com.android.federatedcompute.services.common.FederatedComputeExecutors.getBackgroundExecutor; 75 getBackgroundExecutor()); in onStartJob()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/reset/ |
D | ResetDataJobService.java | 87 }, OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob() 122 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/ |
D | MobileDataDownloadFactory.java | 126 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); 139 return OnDevicePersonalizationExecutors.getBackgroundExecutor();
|
D | MddJobService.java | 77 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob() 113 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/user/ |
D | UserDataCollectionJobService.java | 117 }, OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob() 148 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
|
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/ |
D | MddJobServiceTest.java | 113 OnDevicePersonalizationExecutors::getBackgroundExecutor); in onStartJobTest() 195 OnDevicePersonalizationExecutors::getBackgroundExecutor); in onStartJobNoTaskTagTest() 208 OnDevicePersonalizationExecutors::getBackgroundExecutor); in onStartJobFailHandleTaskTest()
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/security/ |
D | AuthorizationContext.java | 157 FederatedComputeExecutors.getBackgroundExecutor()); in generateAuthHeaders() 167 FederatedComputeExecutors.getBackgroundExecutor()); in generateAuthHeaders()
|
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/concurrent/ |
D | BackgroundExecutorProvider.java | 35 public static synchronized ListeningScheduledExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in BackgroundExecutorProvider
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/ |
D | FederatedComputeManagingServiceDelegate.java | 112 FederatedComputeExecutors.getBackgroundExecutor() in schedule() 182 FederatedComputeExecutors.getBackgroundExecutor() in cancel()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/serviceflow/ |
D | ServiceFlowOrchestrator.java | 46 case NORMAL -> OnDevicePersonalizationExecutors.getBackgroundExecutor() in schedule()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/maintenance/ |
D | OnDevicePersonalizationMaintenanceJobService.java | 176 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob() 211 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in onStartJob()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/ |
D | OnDevicePersonalizationManagingServiceImpl.java | 39 this.mExecutor = OnDevicePersonalizationExecutors.getBackgroundExecutor(); in OnDevicePersonalizationManagingServiceImpl()
|
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/framework/ |
D | JobServiceFactory.java | 70 Executor getBackgroundExecutor(); in getBackgroundExecutor() method
|