Home
last modified time | relevance | path

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

12345678

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/
DMobileDataDownloadFactory.java192 return AdServicesExecutors.getBackgroundExecutor(); in getControlExecutor()
196 return AdServicesExecutors.getBackgroundExecutor(); in getDownloadExecutor()
241 sharedPrefs, AdServicesExecutors.getBackgroundExecutor()); in getDownloadMetadataStore()
259 fileStorage, AdServicesExecutors.getBackgroundExecutor()); in getTopicsManifestPopulator()
306 .setBackgroundExecutor(AdServicesExecutors.getBackgroundExecutor()) in getTopicsManifestPopulator()
315 AdServicesExecutors.getBackgroundExecutor())) in getTopicsManifestPopulator()
349 fileStorage, AdServicesExecutors.getBackgroundExecutor());
358 .setBackgroundExecutor(AdServicesExecutors.getBackgroundExecutor())
367 AdServicesExecutors.getBackgroundExecutor()))
415 fileStorage, AdServicesExecutors.getBackgroundExecutor());
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/download/mdd/
DMddJob.java66 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in MddJob.Injector
67 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor()
81 mInjector.getBackgroundExecutor()); in getExecutionFuture()
88 }, mInjector.getBackgroundExecutor()); in getExecutionFuture()
100 mInjector.getBackgroundExecutor());
DMddJobService.java63 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in MddJobService.Injector
64 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor()
111 mInjector.getBackgroundExecutor()); in runPrivacyStatusChecksInBackgroundAndExecute()
126 mInjector.getBackgroundExecutor()); in runPrivacyStatusChecksInBackgroundAndExecute()
DMobileDataDownloadFactory.java123 return OnDevicePersonalizationExecutors.getBackgroundExecutor();
136 return OnDevicePersonalizationExecutors.getBackgroundExecutor();
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java157 AdServicesExecutors.getBackgroundExecutor() in getAbsentAndExpiredKeyTypes()
163 AdServicesExecutors.getBackgroundExecutor() in getExpiredKeyTypes()
284 AdServicesExecutors.getBackgroundExecutor()); in doRun()
291 AdServicesExecutors.getBackgroundExecutor()); in doRun()
325 AdServicesExecutors.getBackgroundExecutor()); in fetchAndPersistAuctionKeys()
341 AdServicesExecutors.getBackgroundExecutor()); in fetchAndPersistJoinKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DBackgroundFetchWorker.java161 AdServicesExecutors.getBackgroundExecutor()) in doRun()
169 AdServicesExecutors.getBackgroundExecutor()) in doRun()
177 AdServicesExecutors.getBackgroundExecutor()); in doRun()
228 AdServicesExecutors.getBackgroundExecutor())); in updateData()
251 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/debug/
DDebugReportSenderWorker.java132 AdServicesExecutors.getBackgroundExecutor() in getDebugReports()
152 AdServicesExecutors.getBackgroundExecutor() in cleanupDebugReportsData()
197 .transform(this::sendDebugReports, AdServicesExecutors.getBackgroundExecutor())
200 AdServicesExecutors.getBackgroundExecutor())
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/metriclogger/
DMetricLoggerConfig.java58 public abstract Executor getBackgroundExecutor(); in getBackgroundExecutor() method in MetricLoggerConfig
118 getBackgroundExecutor(), in createPerDeviceSampling()
178 original.getBackgroundExecutor(), in mergeLoggerConfig()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/sharedlibrary/spe/
DFederatedComputeJobServiceFactory.java101 FederatedComputeExecutors.getBackgroundExecutor(), in getInstance()
106 FederatedComputeExecutors.getBackgroundExecutor(), in getInstance()
130 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeJobServiceFactory
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/
DEncryptionUtils.java69 public ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in EncryptionUtils.FlagKeyManagerConfig
70 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/errors/
DAggregatedErrorReportingWorker.java86 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingWorker.Injector
87 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor()
106 context, getBackgroundExecutor()); in getMetadataStore()
160 mInjector.getBackgroundExecutor()); in reportAggregateErrors()
DAggregatedErrorReportingProtocol.java96 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingProtocol.Injector
97 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor()
185 mInjector.getBackgroundExecutor()) in reportExceptionData()
190 mInjector.getBackgroundExecutor()); in reportExceptionData()
DAggregatedErrorCodesLogger.java58 OnDevicePersonalizationExecutors.getBackgroundExecutor() in logIsolatedServiceErrorCode()
96 OnDevicePersonalizationExecutors.getBackgroundExecutor() in cleanupAggregatedErrorData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/
DScheduleCustomAudienceUpdateStrategyFactoryTest.java42 AdServicesExecutors.getBackgroundExecutor(), in testCreateStrategy_AdditionalScheduleRequestsFalse_ReturnsDisabledStrategy()
60 AdServicesExecutors.getBackgroundExecutor(), in testCreateStrategy_AdditionalScheduleRequestsTrue_ReturnsEnabledStrategy()
DScheduledUpdatesHandlerTest.java281 AdServicesExecutors.getBackgroundExecutor(), in setup()
320 AdServicesExecutors.getBackgroundExecutor(), in setup()
429 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdates_AdditionalScheduleRequestsFlagEnabled_WithCustomAudiencesToLeave_Success()
580 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdates_withQuantityChecker_Success()
670 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdates_twoOwners_oneCaPerOwner_joinsOneCAForEachOwner()
753 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdates_withQuantityCheckerLimitZero_doesNotJoinAnyCA()
2046 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdates_LargeInsertFail_LeaveSuccess()
2156 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdates_withNoJoinField_logsCorrectly()
2219 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdatesV2_firstHop_invalidMinDelay_logsCorrectly()
2329 AdServicesExecutors.getBackgroundExecutor(), in testPerformScheduledUpdatesV2_firstHop_missingURI_logsCorrectly()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/spe/
DAdServicesJobServiceFactory.java106 AdServicesExecutors.getBackgroundExecutor(), in getInstance()
111 AdServicesExecutors.getBackgroundExecutor(), in getInstance()
166 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in AdServicesJobServiceFactory
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DTopicsScheduleEpochJobSettingReportedStatsLogger.java77 AdServicesExecutors.getBackgroundExecutor().submit( in logScheduleIfNeeded()
98 AdServicesExecutors.getBackgroundExecutor().submit( in logSkipRescheduleEpochJob()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/encryption/
DFederatedComputeEncryptionKeyManagerUtils.java71 public ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in FederatedComputeEncryptionKeyManagerUtils.FlagKeyManagerConfig
72 return FederatedComputeExecutors.getBackgroundExecutor(); in getBackgroundExecutor()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/
DTriggerEncodingCommandE2ETest.java217 AdServicesExecutors.getBackgroundExecutor(), in setUp()
244 AdServicesExecutors.getBackgroundExecutor(), in setUp()
258 AdServicesExecutors.getBackgroundExecutor(), in setUp()
270 AdServicesExecutors.getBackgroundExecutor(), in setUp()
285 AdServicesExecutors.getBackgroundExecutor(), in setUp()
/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/src/com/android/ondevicepersonalization/services/sharedlibrary/spe/
DOdpJobServiceFactory.java121 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in getInstance()
126 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in getInstance()
150 public Executor getBackgroundExecutor() { in getBackgroundExecutor() method in OdpJobServiceFactory
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/
DFederatedJobService.java20 …tatic com.android.federatedcompute.services.common.FederatedComputeExecutors.getBackgroundExecutor;
76 getBackgroundExecutor()); in onStartJob()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreService.java169 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in startQuery()
223 OnDevicePersonalizationExecutors.getBackgroundExecutor()) in startQuery()
309 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in startQuery()
325 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in startQuery()
DOdpResultHandlingService.java77 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult()
96 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult()

12345678