/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AdSelectionServiceImplTest.java | 513 AdSelectionServiceImpl adSelectionService = in testReportImpressionSuccessWithRegisterAdBeaconDisabled() local 554 callReportImpression(adSelectionService, input, true); in testReportImpressionSuccessWithRegisterAdBeaconDisabled() 641 AdSelectionServiceImpl adSelectionService = in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled() local 682 callReportImpressionWithErrorCallback(adSelectionService, input, 2); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerEnabled() 769 AdSelectionServiceImpl adSelectionService = in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled() local 810 callReportImpressionWithErrorCallback(adSelectionService, input, 3); in testReportImpressionFailureCallbackThrowsErrorAuctionServerEnabled() 890 AdSelectionServiceImpl adSelectionService = in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled() local 931 callReportImpressionWithErrorCallback(adSelectionService, input, 2); in testReportImpressionSuccessCallbackThrowsErrorAuctionServerDisabled() 1018 AdSelectionServiceImpl adSelectionService = in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled() local 1059 callReportImpressionWithErrorCallback(adSelectionService, input, 3); in testReportImpressionFailureCallbackThrowsErrorAuctionServerDisabled() [all …]
|
D | AuctionServerE2ETest.java | 631 AdSelectionService adSelectionService = in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() local 676 invokeGetAdSelectionData(adSelectionService, input); in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() 701 invokePersistAdSelectionResult(adSelectionService, persistAdSelectionResultInput); in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() 714 invokeUpdateAdCounterHistogram(adSelectionService, updateHistogramInput); in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() 718 setAppInstallAdvertisers(ImmutableSet.of(WINNER_BUYER), adSelectionService); in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() local 728 invokeGetAdSelectionData(adSelectionService, input2); in testAuctionServerFlow_withoutEncrypt_validRequest_BothFiltersEnabled() 765 AdSelectionService adSelectionService = in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled() local 805 invokeGetAdSelectionData(adSelectionService, input); in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled() 829 invokePersistAdSelectionResult(adSelectionService, persistAdSelectionResultInput); in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled() 842 invokeUpdateAdCounterHistogram(adSelectionService, updateHistogramInput); in testAuctionServerFlow_withoutEncrypt_validRequest_AppInstallDisabled() [all …]
|
D | AdSelectionFailureE2ETest.java | 512 AdSelectionServiceImpl adSelectionService = in testReportImpression_webViewNotInstalled_failsGracefully() local 556 callReportImpression(adSelectionService, input); in testReportImpression_webViewNotInstalled_failsGracefully() 605 AdSelectionServiceImpl adSelectionService, AdSelectionConfig adSelectionConfig) { in invokeSelectAds() argument 612 adSelectionService.selectAds(input, mMockCallerMetadata, syncAdSelectionCallback); in invokeSelectAds() 617 AdSelectionServiceImpl adSelectionService, ReportImpressionInput requestParams) { in callReportImpression() argument 620 adSelectionService.reportImpression(requestParams, syncReportImpressionCallback); in callReportImpression()
|
D | AdSelectionFromOutcomesE2ETest.java | 483 AdSelectionService adSelectionService = in testSelectAdsFromOutcomesPickHighestSuccessDifferentTables() local 516 invokeSelectAdsFromOutcomes(adSelectionService, config, CALLER_PACKAGE_NAME); in testSelectAdsFromOutcomesPickHighestSuccessDifferentTables() 950 AdSelectionService adSelectionService, in invokeSelectAdsFromOutcomes() argument 966 adSelectionService.selectAdsFromOutcomes( in invokeSelectAdsFromOutcomes()
|
D | AdSelectionE2ETest.java | 1774 AdSelectionServiceImpl adSelectionService = in testRunAdSelectionSuccess_prebuiltFeatureDisabled_failure() local 1863 invokeSelectAds(adSelectionService, adSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionSuccess_prebuiltFeatureDisabled_failure() 3329 AdSelectionServiceImpl adSelectionService = in testRunAdSelectionContextualAds_Disabled_Success() local 3362 invokeSelectAds(adSelectionService, adSelectionConfig, CALLER_PACKAGE_NAME); in testRunAdSelectionContextualAds_Disabled_Success() 8024 AdSelectionServiceImpl adSelectionService, in invokeSelectAds() argument 8039 adSelectionService.selectAds(input, mMockCallerMetadata, adSelectionTestCallback); in invokeSelectAds() 8046 AdSelectionServiceImpl adSelectionService, in invokeReporting() argument 8062 adSelectionService.reportImpression(input, reportImpressionCallback); in invokeReporting()
|
/packages/modules/AdServices/adservices/apk/unittest/src/com/android/adservices/adselection/ |
D | AdSelectionServiceTest.java | 74 AdSelectionService adSelectionService = in testBindableAdSelectionServiceKillSwitchOnGaUxEnabled() local 76 adSelectionService.onCreate(); in testBindableAdSelectionServiceKillSwitchOnGaUxEnabled() 77 IBinder binder = adSelectionService.onBind(getIntentForAdSelectionService()); in testBindableAdSelectionServiceKillSwitchOnGaUxEnabled()
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionManager.java | 120 @NonNull AdSelectionService adSelectionService) { in get() argument 123 adSelectionManager.mServiceProvider = () -> adSelectionService; in get()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | FledgeE2ETest.java | 4957 AdSelectionServiceImpl adSelectionService, in invokeRunAdSelection() argument 4975 adSelectionService.selectAds(input, callerMetadata, adSelectionTestCallback); in invokeRunAdSelection() 4981 AdSelectionServiceImpl adSelectionService, in invokeRunAdSelectionAndWaitForFullCallback() argument 5002 adSelectionService.selectAds( in invokeRunAdSelectionAndWaitForFullCallback() 5010 AdSelectionServiceImpl adSelectionService, in callAddAdSelectionOverride() argument 5020 adSelectionService.overrideAdSelectionConfigRemoteInfo( in callAddAdSelectionOverride() 5056 AdSelectionServiceImpl adSelectionService, ReportImpressionInput requestParams) in callReportImpression() argument 5062 adSelectionService.reportImpression(requestParams, callback); in callReportImpression() 5068 AdSelectionServiceImpl adSelectionService, ReportInteractionInput inputParams) in callReportInteraction() argument 5074 adSelectionService.reportInteraction(inputParams, callback); in callReportInteraction()
|