Home
last modified time | relevance | path

Searched defs:buyerInput (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DBuyerInputGeneratorTest.java202 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_success() local
270 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled() local
426 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCA() local
506 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled() local
594 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputsWithRenderIdIfFlagFalse() local
647 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_onlySignals_success() local
721 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_success() local
734 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_success() local
802 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_SignalDisabled() local
814 BuyerInput buyerInput = in testBuyerInputGenerator_returnsBuyerInputs_CAsAndSignalsCombined_SignalDisabled() local
DCompressedBuyerInputCreatorNoOptimizationsTest.java97 BiddingAuctionServers.BuyerInput buyerInput = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs() local
135 BiddingAuctionServers.BuyerInput buyerInput = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPAS() local
174 BiddingAuctionServers.BuyerInput buyerInput = in generateCompressedBuyerInputFromDBCAsAndEncodedSignalsReturnsCompressedInputs_OnlyPA() local
DAuctionServerE2ETest.java601 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_success() local
1112 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled() local
1225 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator() local
1313 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsDisabled() local
1379 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequestWithOmitAdsInOneCA_success() local
1677 BuyerInput buyerInput = buyerInputMap.get(WINNER_BUYER); in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled() local
3787 BuyerInput buyerInput = buyerInputMap.get(WINNER_BUYER); in testGetAdSelectionData_withoutEncrypt_protectedSignals_success() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DGetAdSelectionDataCommand.java105 BuyerInput buyerInput; in run() local
147 private GetBidsRequest.GetBidsRawRequest getBidsRawRequestForBuyer(BuyerInput buyerInput) { in getBidsRawRequestForBuyer()
174 BuyerInput buyerInput = in getBuyerInputForBuyer() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DGetAdSelectionDataCommandTest.java104 BuyerInput buyerInput = BuyerInput.newBuilder().build(); in testRun_withAllArguments_returnsSuccess() local
130 getCompressedBuyerInput(AdTechIdentifier adTechIdentifier, BuyerInput buyerInput) { in getCompressedBuyerInput()