Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordTest.kt48 assertTrue(ptrRecord1.hasSubtype()) in testPointerRecordHasSubType()
49 assertTrue(ptrRecord2.hasSubtype()) in testPointerRecordHasSubType()
DMdnsRecordTests.java198 assertFalse(record.hasSubtype()); in testPointerRecord()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPointerRecord.java70 public boolean hasSubtype() { in hasSubtype() method in MdnsPointerRecord
76 return hasSubtype() ? name[0] : null; in getSubtype()
DMdnsResponse.java138 if (pointerRecord.hasSubtype()) { in hasSubtypes()
166 if (pointerRecord.hasSubtype()) { in removeSubtypes()
378 && ((MdnsPointerRecord) record).hasSubtype()) { in isGoodbye()