Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java2780 Map<String, BuyerInput> buyerInputs = getDecompressedBuyerInputs(protectedAuctionInput); in testGetAdSelectionData_withOhttpGatewayDecryption()
2890 Map<String, BuyerInput> buyerInputs = getDecompressedBuyerInputs(protectedAuctionInput); in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged()
2988 Map<String, BuyerInput> buyerInputs = getDecompressedBuyerInputs(protectedAuctionInput); in testGetAdSelectionData_multiCloudOn_success()
3893 private Map<String, BuyerInput> getDecompressedBuyerInputs( in getDecompressedBuyerInputs() method in AuctionServerE2ETest