Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsResponseDecoder.java130 @NonNull Collection<MdnsResponse> existingResponses, int interfaceIndex, in augmentResponses() argument
140 final ArrayList<MdnsResponse> responses = new ArrayList<>(existingResponses.size()); in augmentResponses()
142 for (MdnsResponse existing : existingResponses) { in augmentResponses()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsResponseDecoderTests.java641 Collection<MdnsResponse> existingResponses) throws MdnsPacket.ParseException { in decode() argument
647 existingResponses, in decode()