Home
last modified time | relevance | path

Searched refs:getAdSelectionDataInput (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DGetAdSelectionDataInputTest.java43 GetAdSelectionDataInput getAdSelectionDataInput = in testBuildGetAdSelectionDataInput() local
50 expect.that(getAdSelectionDataInput.getSeller()).isEqualTo(SELLER); in testBuildGetAdSelectionDataInput()
51 expect.that(getAdSelectionDataInput.getCallerPackageName()).isEqualTo(CALLER_PACKAGE_NAME); in testBuildGetAdSelectionDataInput()
52 expect.that(getAdSelectionDataInput.getCoordinatorOriginUri()) in testBuildGetAdSelectionDataInput()
54 expect.that(getAdSelectionDataInput.getSellerConfiguration()).isNull(); in testBuildGetAdSelectionDataInput()
59 GetAdSelectionDataInput getAdSelectionDataInput = in testBuildGetAdSelectionDataInputWithSellerConfiguration() local
67 expect.that(getAdSelectionDataInput.getSeller()).isEqualTo(SELLER); in testBuildGetAdSelectionDataInputWithSellerConfiguration()
68 expect.that(getAdSelectionDataInput.getCallerPackageName()).isEqualTo(CALLER_PACKAGE_NAME); in testBuildGetAdSelectionDataInputWithSellerConfiguration()
69 expect.that(getAdSelectionDataInput.getCoordinatorOriginUri()) in testBuildGetAdSelectionDataInputWithSellerConfiguration()
71 expect.that(getAdSelectionDataInput.getSellerConfiguration()) in testBuildGetAdSelectionDataInputWithSellerConfiguration()
[all …]
DAdSelectionManagerTest.java376 GetAdSelectionDataInput getAdSelectionDataInput, in getAdSelectionData() argument
544 GetAdSelectionDataInput getAdSelectionDataInput, in getAdSelectionData() argument
549 getAdSelectionDataInput.getCoordinatorOriginUri() != null in getAdSelectionData()
551 getAdSelectionDataInput.getCoordinatorOriginUri().toString()); in getAdSelectionData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java469 GetAdSelectionDataInput getAdSelectionDataInput = in testAuctionServer_killSwitchDisabled_throwsException() local
476 () -> invokeGetAdSelectionData(mAdSelectionService, getAdSelectionDataInput); in testAuctionServer_killSwitchDisabled_throwsException()
530 GetAdSelectionDataInput getAdSelectionDataInput = in testAuctionServer_consentDisabled_throwsException() local
537 invokeGetAdSelectionData(mAdSelectionService, getAdSelectionDataInput); in testAuctionServer_consentDisabled_throwsException()