Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java597 Map<AdTechIdentifier, BuyerInput> buyerInputMap = in testGetAdSelectionData_withoutEncrypt_validRequest_success() local
599 Assert.assertEquals(buyers, buyerInputMap.keySet()); in testGetAdSelectionData_withoutEncrypt_validRequest_success()
600 for (AdTechIdentifier buyer : buyerInputMap.keySet()) { in testGetAdSelectionData_withoutEncrypt_validRequest_success()
601 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_success()
1108 Map<AdTechIdentifier, BuyerInput> buyerInputMap = in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled() local
1110 Assert.assertEquals(buyers, buyerInputMap.keySet()); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1111 for (AdTechIdentifier buyer : buyerInputMap.keySet()) { in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1112 BuyerInput buyerInput = buyerInputMap.get(buyer); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1221 Map<AdTechIdentifier, BuyerInput> buyerInputMap = in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator() local
1223 Assert.assertEquals(buyers, buyerInputMap.keySet()); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
[all …]