Searched refs:buyerInputMap (Results 1 – 1 of 1) sorted by relevance
597 Map<AdTechIdentifier, BuyerInput> buyerInputMap = in testGetAdSelectionData_withoutEncrypt_validRequest_success() local599 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() local1110 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() local1223 Assert.assertEquals(buyers, buyerInputMap.keySet()); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()[all …]