/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/ |
D | KAnonCallerImpl.java | 129 @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/ |
D | EventReporterFactory.java | 53 @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()
|
D | JsFetcher.java | 66 @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(
|
D | PerBuyerBiddingRunner.java | 56 @NonNull private final ExecutorService mBackgroundExecutorService; field in PerBuyerBiddingRunner 68 mBackgroundExecutorService = backgroundExecutor; in PerBuyerBiddingRunner() 139 mBackgroundExecutorService), in runBidPerCAWorkPartition() 140 mBackgroundExecutorService)) in runBidPerCAWorkPartition()
|
D | BuyerInputGenerator.java | 66 @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(
|
D | AdOutcomeSelectorImpl.java | 62 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in AdOutcomeSelectorImpl 91 mBackgroundExecutorService = backgroundExecutor; in AdOutcomeSelectorImpl() 100 mBackgroundExecutorService, in AdOutcomeSelectorImpl()
|
D | OutcomeSelectionRunner.java | 101 @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()
|
D | GetAdSelectionDataRunner.java | 110 @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()
|
D | EventReporter.java | 84 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in EventReporter 118 mBackgroundExecutorService = MoreExecutors.listeningDecorator(backgroundExecutorService); in EventReporter() 183 mBackgroundExecutorService.submit( in getReportingUris()
|
D | ImpressionReporterLegacy.java | 109 @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(
|
D | ImpressionReporter.java | 110 @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/ |
D | ScheduleCustomAudienceUpdateImpl.java | 78 @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/ |
D | AdSelectionOverrider.java | 62 @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/ |
D | ScheduleCustomAudienceUpdateImplTest.java | 82 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/ |
D | AdBidGeneratorImplTest.java | 311 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 …]
|
D | AdSelectionServiceImplTest.java | 269 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 …]
|
D | OnDeviceAdSelectionRunnerTest.java | 293 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 …]
|
D | BuyerInputGeneratorTest.java | 100 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 …]
|
D | AdOutcomeSelectorImplTest.java | 96 private ListeningExecutorService mBackgroundExecutorService; field in AdOutcomeSelectorImplTest 119 mBackgroundExecutorService = AdServicesExecutors.getBackgroundExecutor(); in setup() 155 mBackgroundExecutorService, in setup() 325 mBackgroundExecutorService, in testAdOutcomeSelectorTimeoutFailure() 397 mBackgroundExecutorService, in testAdOutcomeSelectorWithPrebuiltUriReturnsOutcomeSuccess()
|
D | ReportEventDisabledImplTest.java | 58 private ListeningExecutorService mBackgroundExecutorService = field in ReportEventDisabledImplTest 77 mBackgroundExecutorService, in testReportEventDisabledImplFailsWhenCalled()
|
D | EventReporterFactoryTest.java | 50 private ListeningExecutorService mBackgroundExecutorService = field in EventReporterFactoryTest 134 mBackgroundExecutorService, in getEventReporter()
|
D | FrequencyCapFilteringE2ETest.java | 206 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/ |
D | SignalsEncodingE2ETest.java | 171 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/ |
D | KAnonCallerImplTest.java | 123 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/ |
D | EncoderLogicHandler.java | 80 @NonNull private final ListeningExecutorService mBackgroundExecutorService; field in EncoderLogicHandler 115 mBackgroundExecutorService = backgroundExecutorService; in EncoderLogicHandler() 193 r -> extractAndPersistEncoder(buyer, r), mBackgroundExecutorService); in downloadAndUpdate()
|