Home
last modified time | relevance | path

Searched refs:mBackgroundExecutorService (Results 1 – 25 of 47) sorted by relevance

12

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonCallerImpl.java129 @NonNull private ListeningExecutorService mBackgroundExecutorService; field in KAnonCallerImpl
190 mBackgroundExecutorService = backgroundExecutorService; in KAnonCallerImpl()
246 mBackgroundExecutorService); in signAndJoinMessages()
292 mBackgroundExecutorService); in signAndJoinMessages()
340 mBackgroundExecutorService) in initializeClientAndServerParameters()
373 mBackgroundExecutorService); in initializeClientAndServerParameters()
390 mBackgroundExecutorService) in performSignAndJoinInBatches()
393 mBackgroundExecutorService)); in performSignAndJoinInBatches()
418 mBackgroundExecutorService) in signRequest()
449 mBackgroundExecutorService); in signRequest()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DEventReporterFactory.java53 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in EventReporterFactory
96 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in EventReporterFactory()
128 mBackgroundExecutorService, in getEventReporter()
146 mBackgroundExecutorService, in getEventReporter()
164 mBackgroundExecutorService, in getEventReporter()
185 mBackgroundExecutorService, in getEventReporter()
DJsFetcher.java66 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in JsFetcher
83 mBackgroundExecutorService = backgroundExecutorService; in JsFetcher()
127 mBackgroundExecutorService.submit( in getBiddingLogic()
169 mBackgroundExecutorService.submit( in getBuyerDecisionLogicWithLogger()
213 mBackgroundExecutorService.submit(
257 mBackgroundExecutorService.submit(
291 mBackgroundExecutorService.submit(
326 mBackgroundExecutorService.submit(
DPerBuyerBiddingRunner.java56 @NonNull private final ExecutorService mBackgroundExecutorService; field in PerBuyerBiddingRunner
68 mBackgroundExecutorService = backgroundExecutor; in PerBuyerBiddingRunner()
139 mBackgroundExecutorService), in runBidPerCAWorkPartition()
140 mBackgroundExecutorService)) in runBidPerCAWorkPartition()
DBuyerInputGenerator.java66 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in BuyerInputGenerator
106 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in BuyerInputGenerator()
144 mBackgroundExecutorService); in createCompressedBuyerInputs()
251 return mBackgroundExecutorService.submit( in getBuyersCustomAudience()
324 return mBackgroundExecutorService.submit(
DAdOutcomeSelectorImpl.java62 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in AdOutcomeSelectorImpl
91 mBackgroundExecutorService = backgroundExecutor; in AdOutcomeSelectorImpl()
100 mBackgroundExecutorService, in AdOutcomeSelectorImpl()
DOutcomeSelectionRunner.java101 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in OutcomeSelectionRunner
156 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in OutcomeSelectionRunner()
177 mBackgroundExecutorService, in OutcomeSelectionRunner()
215 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in OutcomeSelectionRunner()
446 mBackgroundExecutorService.submit( in retrieveAdSelectionIdWithBidList()
DGetAdSelectionDataRunner.java110 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in GetAdSelectionDataRunner
187 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in GetAdSelectionDataRunner()
204 mBackgroundExecutorService, in GetAdSelectionDataRunner()
282 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in GetAdSelectionDataRunner()
299 mBackgroundExecutorService, in GetAdSelectionDataRunner()
547 return mBackgroundExecutorService.submit( in persistAdSelectionIdRequest()
DEventReporter.java84 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in EventReporter
118 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in EventReporter()
183 mBackgroundExecutorService.submit( in getReportingUris()
DImpressionReporterLegacy.java109 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in ImpressionReporterLegacy
160 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutor); in ImpressionReporterLegacy()
203 mBackgroundExecutorService, in ImpressionReporterLegacy()
558 mBackgroundExecutorService.submit( in fetchReportingComputationInfo()
772 mBackgroundExecutorService.submit(
809 mBackgroundExecutorService.submit(
DImpressionReporter.java110 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in ImpressionReporter
161 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutor); in ImpressionReporter()
204 mBackgroundExecutorService, in ImpressionReporter()
330 mBackgroundExecutorService.submit( in fetchReportingData()
750 mBackgroundExecutorService.submit(
786 mBackgroundExecutorService.submit(
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DScheduleCustomAudienceUpdateImpl.java78 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in ScheduleCustomAudienceUpdateImpl
100 mBackgroundExecutorService = backgroundExecutorService; in ScheduleCustomAudienceUpdateImpl()
127 mBackgroundExecutorService) in doScheduleCustomAudienceUpdate()
161 mBackgroundExecutorService); in doScheduleCustomAudienceUpdate()
170 return mBackgroundExecutorService.submit( in filterAndValidateRequest()
232 mBackgroundExecutorService.submit( in scheduleUpdate()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/devapi/
DAdSelectionOverrider.java62 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in AdSelectionOverrider
100 this.mBackgroundExecutorService = in AdSelectionOverrider()
410 mBackgroundExecutorService.submit( in callAddOverride()
429 mBackgroundExecutorService.submit( in callRemoveOverride()
445 mBackgroundExecutorService.submit(
463 mBackgroundExecutorService.submit(
480 mBackgroundExecutorService.submit(
496 mBackgroundExecutorService.submit(
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DScheduleCustomAudienceUpdateImplTest.java82 private ListeningExecutorService mBackgroundExecutorService; field in ScheduleCustomAudienceUpdateImplTest
102 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setup()
130 mBackgroundExecutorService, in setup()
257 mBackgroundExecutorService, in testScheduleCustomAudienceUpdate_MissingBuyer_Failure()
299 mBackgroundExecutorService, in testScheduleCustomAudienceUpdate_MissingConsent_SilentFailure()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdBidGeneratorImplTest.java311 private ListeningExecutorService mBackgroundExecutorService; field in AdBidGeneratorImplTest
353 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setUp()
362 mBackgroundExecutorService, in setUp()
433 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogic()
544 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderEnabled()
662 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderDisabled()
778 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithDataVersionHeaderTakesFirstOfMultipleValues()
882 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithAdCost()
987 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogicAllAdsButWinnerHaveAdCost()
1100 mBackgroundExecutorService, in testRunAdBiddingPerCASuccess_preV3BiddingLogicWithAdCostAndDataVersionHeader()
[all …]
DAdSelectionServiceImplTest.java269 private final ExecutorService mBackgroundExecutorService = field in AdSelectionServiceImplTest
525 mBackgroundExecutorService, in testReportImpressionSuccessWithRegisterAdBeaconDisabled()
653 mBackgroundExecutorService, in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled()
781 mBackgroundExecutorService, in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled()
902 mBackgroundExecutorService, in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled()
1030 mBackgroundExecutorService, in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled()
1150 mBackgroundExecutorService, in testReportImpressionSuccessfullyReportsAdCost()
1286 mBackgroundExecutorService, in testReportImpressionSuccessfullyReportsDataVersionHeader()
1423 mBackgroundExecutorService, in testReportImpressionSuccessfullyReportsSellerDataVersionHeader()
1548 mBackgroundExecutorService, in testReportImpressionSuccessWithRegisterAdBeaconEnabled()
[all …]
DOnDeviceAdSelectionRunnerTest.java293 private ExecutorService mBackgroundExecutorService; field in OnDeviceAdSelectionRunnerTest
363 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setUp()
456 mBackgroundExecutorService, in testRunAdSelectionSuccess()
565 mBackgroundExecutorService, in testRunAdSelectionSuccessWithShouldUseUnifiedTablesFlag()
741 mBackgroundExecutorService, in testRunAdSelectionSuccessWithBuyerContextualSignals()
870 mBackgroundExecutorService, in testRunAdSelectionSuccessWithSellerDataVersionHeader()
1016 mBackgroundExecutorService, in testRunAdSelectionSuccessFilteringDisabled()
1220 mBackgroundExecutorService, in testRunAdSelectionRetriesAdSelectionIdGenerationAfterCollision()
1324 mBackgroundExecutorService, in testRunAdSelectionWithRevokedUserConsentSuccess()
1442 mBackgroundExecutorService, in testRunAdSelectionMissingBuyerSignals()
[all …]
DBuyerInputGeneratorTest.java100 private ExecutorService mBackgroundExecutorService; field in BuyerInputGeneratorTest
130 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setUp()
149 mBackgroundExecutorService, in setUp()
250 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
408 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCA()
488 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
576 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputsWithRenderIdIfFlagFalse()
629 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputs_onlySignals_success()
703 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_success()
786 mBackgroundExecutorService, in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_SignalDisabled()
[all …]
DAdOutcomeSelectorImplTest.java96 private ListeningExecutorService mBackgroundExecutorService; field in AdOutcomeSelectorImplTest
119 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setup()
155 mBackgroundExecutorService, in setup()
325 mBackgroundExecutorService, in testAdOutcomeSelectorTimeoutFailure()
397 mBackgroundExecutorService, in testAdOutcomeSelectorWithPrebuiltUriReturnsOutcomeSuccess()
DReportEventDisabledImplTest.java58 private ListeningExecutorService mBackgroundExecutorService = field in ReportEventDisabledImplTest
77 mBackgroundExecutorService, in testReportEventDisabledImplFailsWhenCalled()
DEventReporterFactoryTest.java50 private ListeningExecutorService mBackgroundExecutorService = field in EventReporterFactoryTest
134 mBackgroundExecutorService, in getEventReporter()
DFrequencyCapFilteringE2ETest.java206 private ExecutorService mBackgroundExecutorService; field in FrequencyCapFilteringE2ETest
256 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setup()
300 mBackgroundExecutorService, in setup()
468 mBackgroundExecutorService, in testUpdateHistogramDisabledFeatureFlagNotifiesError()
536 mBackgroundExecutorService, in testUpdateHistogramExceedingRateLimitNotifiesError()
801 mBackgroundExecutorService, in testUpdateHistogramBeyondMaxTotalEventCountDoesNotFilterAds()
922 mBackgroundExecutorService, in testUpdateHistogramBeyondMaxPerBuyerEventCountDoesNotFilterAds()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/signals/
DSignalsEncodingE2ETest.java171 private ListeningExecutorService mBackgroundExecutorService; field in SignalsEncodingE2ETest
202 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setup()
207 new AdServicesHttpsClient(mBackgroundExecutorService, 2000, 2000, 10000); in setup()
216 mBackgroundExecutorService, in setup()
255 mBackgroundExecutorService, in setup()
293 mBackgroundExecutorService, in setup()
664 mBackgroundExecutorService, in testPeriodicEncodingUpdatesEncoders_Success()
702 mBackgroundExecutorService, in testPeriodicEncodingUpdatesEncoders_Success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonCallerImplTest.java123 private ListeningExecutorService mBackgroundExecutorService; field in KAnonCallerImplTest
170 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setup()
193 mBackgroundExecutorService, in setup()
214 mBackgroundExecutorService, in test_signedJoinedSuccessfully_shouldUpdateKAnonMessageStatusInDB()
255 mBackgroundExecutorService, in test_multipleBatches_shouldSignAndJoinMessages()
446 mBackgroundExecutorService, in test_signedJoinedSuccessfully_shouldCaptureImmediateSignJoinStats()
488 mBackgroundExecutorService, in test_signedJoinedSuccessfully_loggingThrowsError_processDoesNotCrash()
536 mBackgroundExecutorService, in test_signedJoinedSuccessfully_shouldCaptureBackgroundJobStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/
DEncoderLogicHandler.java80 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in EncoderLogicHandler
115 mBackgroundExecutorService = backgroundExecutorService; in EncoderLogicHandler()
193 r -> extractAndPersistEncoder(buyer, r), mBackgroundExecutorService); in downloadAndUpdate()

12