/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/ |
D | MobileDataDownloadFactory.java | 192 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/ |
D | MddJob.java | 66 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());
|
D | MddJobService.java | 63 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in MddJobService.Injector 64 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor() 111 mInjector.getBackgroundExecutor()); in runPrivacyStatusChecksInBackgroundAndExecute() 126 mInjector.getBackgroundExecutor()); in runPrivacyStatusChecksInBackgroundAndExecute()
|
D | MobileDataDownloadFactory.java | 123 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); 136 return OnDevicePersonalizationExecutors.getBackgroundExecutor();
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/ |
D | BackgroundKeyFetchWorker.java | 157 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/ |
D | BackgroundFetchWorker.java | 161 AdServicesExecutors.getBackgroundExecutor()) in doRun() 169 AdServicesExecutors.getBackgroundExecutor()) in doRun() 177 AdServicesExecutors.getBackgroundExecutor()); in doRun() 228 AdServicesExecutors.getBackgroundExecutor())); in updateData() 251 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/debug/ |
D | DebugReportSenderWorker.java | 132 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/ |
D | MetricLoggerConfig.java | 58 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/ |
D | FederatedComputeJobServiceFactory.java | 101 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/ |
D | EncryptionUtils.java | 69 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/ |
D | AggregatedErrorReportingWorker.java | 86 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingWorker.Injector 87 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor() 106 context, getBackgroundExecutor()); in getMetadataStore() 160 mInjector.getBackgroundExecutor()); in reportAggregateErrors()
|
D | AggregatedErrorReportingProtocol.java | 96 ListeningExecutorService getBackgroundExecutor() { in getBackgroundExecutor() method in AggregatedErrorReportingProtocol.Injector 97 return OnDevicePersonalizationExecutors.getBackgroundExecutor(); in getBackgroundExecutor() 185 mInjector.getBackgroundExecutor()) in reportExceptionData() 190 mInjector.getBackgroundExecutor()); in reportExceptionData()
|
D | AggregatedErrorCodesLogger.java | 58 OnDevicePersonalizationExecutors.getBackgroundExecutor() in logIsolatedServiceErrorCode() 96 OnDevicePersonalizationExecutors.getBackgroundExecutor() in cleanupAggregatedErrorData()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/ |
D | ScheduleCustomAudienceUpdateStrategyFactoryTest.java | 42 AdServicesExecutors.getBackgroundExecutor(), in testCreateStrategy_AdditionalScheduleRequestsFalse_ReturnsDisabledStrategy() 60 AdServicesExecutors.getBackgroundExecutor(), in testCreateStrategy_AdditionalScheduleRequestsTrue_ReturnsEnabledStrategy()
|
D | ScheduledUpdatesHandlerTest.java | 281 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/ |
D | AdServicesJobServiceFactory.java | 106 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/ |
D | TopicsScheduleEpochJobSettingReportedStatsLogger.java | 77 AdServicesExecutors.getBackgroundExecutor().submit( in logScheduleIfNeeded() 98 AdServicesExecutors.getBackgroundExecutor().submit( in logSkipRescheduleEpochJob()
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/encryption/ |
D | FederatedComputeEncryptionKeyManagerUtils.java | 71 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/ |
D | TriggerEncodingCommandE2ETest.java | 217 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/ |
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/src/com/android/ondevicepersonalization/services/sharedlibrary/spe/ |
D | OdpJobServiceFactory.java | 121 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/ |
D | FederatedJobService.java | 20 …tatic com.android.federatedcompute.services.common.FederatedComputeExecutors.getBackgroundExecutor; 76 getBackgroundExecutor()); in onStartJob()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/ |
D | OdpExampleStoreService.java | 169 OnDevicePersonalizationExecutors.getBackgroundExecutor(), in startQuery() 223 OnDevicePersonalizationExecutors.getBackgroundExecutor()) in startQuery() 309 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in startQuery() 325 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in startQuery()
|
D | OdpResultHandlingService.java | 77 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult() 96 OnDevicePersonalizationExecutors.getBackgroundExecutor()); in handleResult()
|