Searched refs:subtypeLabels (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceTypeClientTests.java | 1962 final String[] subtypeLabels = Stream.concat(Stream.of("_subtype", "_sub"), in testSendQueryWithKnownAnswers() local 1972 newAnswers.add(new MdnsPointerRecord(subtypeLabels, originalPtr.getReceiptTime(), in testSendQueryWithKnownAnswers() 1994 assertFalse(hasAnswer(knownAnswersQueryPacket, MdnsRecord.TYPE_PTR, subtypeLabels)); in testSendQueryWithKnownAnswers() 2023 final String[] subtypeLabels = Stream.concat(Stream.of("_subtype", "_sub"), in testSendQueryWithSubTypeWithKnownAnswers() local 2026 assertTrue(hasQuestion(queryPacket, MdnsRecord.TYPE_PTR, subtypeLabels)); in testSendQueryWithSubTypeWithKnownAnswers() 2039 newAnswers.add(new MdnsPointerRecord(subtypeLabels, originalPtr.getReceiptTime(), in testSendQueryWithSubTypeWithKnownAnswers() 2060 assertTrue(hasQuestion(knownAnswersQueryPacket, MdnsRecord.TYPE_PTR, subtypeLabels)); in testSendQueryWithSubTypeWithKnownAnswers() 2062 assertTrue(hasAnswer(knownAnswersQueryPacket, MdnsRecord.TYPE_PTR, subtypeLabels)); in testSendQueryWithSubTypeWithKnownAnswers()
|