Home
last modified time | relevance | path

Searched refs:mAdSelectionConfig (Results 1 – 12 of 12) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionInput.java32 @Nullable private final AdSelectionConfig mAdSelectionConfig; field in AdSelectionInput
51 this.mAdSelectionConfig = adSelectionConfig; in AdSelectionInput()
58 this.mAdSelectionConfig = AdSelectionConfig.CREATOR.createFromParcel(in); in AdSelectionInput()
71 mAdSelectionConfig.writeToParcel(dest, flags); in writeToParcel()
81 return mAdSelectionConfig; in getAdSelectionConfig()
96 @Nullable private AdSelectionConfig mAdSelectionConfig; field in AdSelectionInput.Builder
107 this.mAdSelectionConfig = adSelectionConfig; in setAdSelectionConfig()
123 Objects.requireNonNull(mAdSelectionConfig); in build()
126 return new AdSelectionInput(mAdSelectionConfig, mCallerPackageName); in build()
DReportImpressionInput.java38 @NonNull private final AdSelectionConfig mAdSelectionConfig; field in ReportImpressionInput
60 this.mAdSelectionConfig = adSelectionConfig; in ReportImpressionInput()
68 this.mAdSelectionConfig = AdSelectionConfig.CREATOR.createFromParcel(in); in ReportImpressionInput()
82 mAdSelectionConfig.writeToParcel(dest, flags); in writeToParcel()
100 return mAdSelectionConfig; in getAdSelectionConfig()
116 @Nullable private AdSelectionConfig mAdSelectionConfig; field in ReportImpressionInput.Builder
134 this.mAdSelectionConfig = adSelectionConfig; in setAdSelectionConfig()
151 Objects.requireNonNull(mAdSelectionConfig); in build()
158 mAdSelectionId, mAdSelectionConfig, mCallerPackageName); in build()
DReportImpressionRequest.java35 @NonNull private final AdSelectionConfig mAdSelectionConfig; field in ReportImpressionRequest
56 mAdSelectionConfig = adSelectionConfig; in ReportImpressionRequest()
76 mAdSelectionConfig = AdSelectionConfig.EMPTY; in ReportImpressionRequest()
87 return mAdSelectionConfig; in getAdSelectionConfig()
DRemoveAdSelectionOverrideRequest.java32 @NonNull private final AdSelectionConfig mAdSelectionConfig; field in RemoveAdSelectionOverrideRequest
36 mAdSelectionConfig = adSelectionConfig; in RemoveAdSelectionOverrideRequest()
44 return mAdSelectionConfig; in getAdSelectionConfig()
DAddAdSelectionOverrideRequest.java39 @NonNull private final AdSelectionConfig mAdSelectionConfig; field in AddAdSelectionOverrideRequest
69 mAdSelectionConfig = adSelectionConfig; in AddAdSelectionOverrideRequest()
102 return mAdSelectionConfig; in getAdSelectionConfig()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java146 AdSelectionConfig mAdSelectionConfig; field in AdsScoreGeneratorImplTest
326 mAdSelectionConfig = in testRunAdScoringSuccess()
351 mAdSelectionConfig, in testRunAdScoringSuccess()
352 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccess()
365 mAdsScoreGenerator.runAdScoring(mAdBiddingOutcomeList, mAdSelectionConfig); in testRunAdScoringSuccess()
375 mAdSelectionConfig, in testRunAdScoringSuccess()
376 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccess()
436 mAdSelectionConfig = in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
468 mAdSelectionConfig, in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
469 mAdSelectionConfig.getSellerSignals(), in testRunAdScoringSuccessWithDataVersionHeaderEnabled()
[all …]
DAdSelectionE2ETest.java648 private AdSelectionConfig mAdSelectionConfig; field in AdSelectionE2ETest
877 mAdSelectionConfig = in setUp()
956 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_preV3BiddingLogic()
1078 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1505 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
1636 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
1961 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()
2037 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_v3BiddingLogic()
2157 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_v3BiddingLogicWithAdCostCpcBillingEnabled()
2584 invokeSelectAds(mAdSelectionService, mAdSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_v3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
[all …]
DAdSelectionFailureE2ETest.java238 private AdSelectionConfig mAdSelectionConfig; field in AdSelectionFailureE2ETest
391 mAdSelectionConfig = in setUp()
468 invokeSelectAds(adSelectionServiceImpl, mAdSelectionConfig); in testRunAdSelection_webViewNotInstalled_failsGracefully()
547 .setAdSelectionConfig(mAdSelectionConfig) in testReportImpression_webViewNotInstalled_failsGracefully()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAppManifestConfig.java45 @Nullable private final AppManifestAdSelectionConfig mAdSelectionConfig; field in AppManifestConfig
79 mAdSelectionConfig = adSelectionConfig; in AppManifestConfig()
169 mAdSelectionConfig, in getAdSelectionConfig()
180 return isAllowedAccess(TAG_AD_SELECTION, mAdSelectionConfig, enrollmentId); in isAllowedAdSelectionAccess()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporterLegacy.java434 ctx.mAdSelectionConfig.getSeller().toString(), in doReport()
525 ctx.mAdSelectionConfig = adSelectionConfig; in computeReportingUris()
579 .setUri(ctx.mAdSelectionConfig.getDecisionLogicUri())
586 request, mAdSelectionDevOverridesHelper, ctx.mAdSelectionConfig)
638 ctx.mAdSelectionConfig,
664 ctx.mAdSelectionConfig
674 ctx.mAdSelectionConfig.getAdSelectionSignals(),
712 @NonNull AdSelectionConfig mAdSelectionConfig;
767 ctx.mAdSelectionConfig.getSeller().toString(),
DImpressionReporter.java363 ctx.mAdSelectionConfig = adSelectionConfig; in computeReportingUris()
400 AdTechIdentifier seller = reportingUriWithContext.second.mAdSelectionConfig.getSeller(); in validateReportingUris()
511 .setUri(ctx.mAdSelectionConfig.getDecisionLogicUri())
518 request, mAdSelectionDevOverridesHelper, ctx.mAdSelectionConfig)
560 ctx.mAdSelectionConfig,
585 ctx.mAdSelectionConfig
595 ctx.mAdSelectionConfig.getAdSelectionSignals(),
689 @NonNull AdSelectionConfig mAdSelectionConfig;
745 ctx.mAdSelectionConfig.getSeller().toString(),
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java326 private AdSelectionConfig mAdSelectionConfig; field in FledgeE2ETest
500 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconDisabled()
565 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingEnabled()
630 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesWithAdCostCpcBillingDisabled()
745 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderEnabled()
830 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithMockServerWithDataVersionHeaderDisabled()
967 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesRegisterAdBeaconEnabled()
1034 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesGaUxEnabled()
1100 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForApp()
1167 mAdSelectionService, mAdSelectionConfig, CommonFixture.TEST_PACKAGE_NAME); in testFledgeFlowSuccessWithDevOverridesWithRevokedUserConsentForAppGaUxEnabled()
[all …]