Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/kanon/
DKAnonE2ETest.java2213 Function<Map.Entry<String, ByteString>, BuyerInput> entryToBuyerInput =
2229 .collect(Collectors.toMap(entryToAdTechIdentifier, entryToBuyerInput));
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java4117 Function<Map.Entry<String, ByteString>, BuyerInput> entryToBuyerInput = in getBuyerInputMapFromDecryptedBytes() local
4133 .collect(Collectors.toMap(entryToAdTechIdentifier, entryToBuyerInput)); in getBuyerInputMapFromDecryptedBytes()