Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordTests.java72 String[] name = reader.readLabels(); in testInet4AddressRecord()
108 String[] name = reader.readLabels(); in testTypeAAAInet6AddressRecord()
145 String[] name = reader.readLabels(); in testTypeAAAInet4AddressRecord()
185 String[] name = reader.readLabels(); in testPointerRecord()
222 String[] name = reader.readLabels(); in testServiceRecord()
259 String[] name = reader.readLabels(); in testAnyRecord()
303 String[] name = reader.readLabels(); in testNsecRecord()
342 String[] name = reader.readLabels(); in testTextRecord()
396 String[] name = reader.readLabels(); in textRecord_recordDoesNotHaveDataOfGivenLength_throwsEOFException()
415 String[] name = reader.readLabels(); in textRecord_entriesIncludeNonUtf8Bytes_returnsTheSameUtf8Bytes()
[all …]
DMdnsResponseTests.java124 String[] name = reader.readLabels(); in getInet4AddressRecord_returnsAddedRecord()
137 String[] name = reader.readLabels(); in getInet6AddressRecord_returnsAddedRecord()
151 String[] name = reader.readLabels(); in getPointerRecords_returnsAddedRecord()
167 String[] name = reader.readLabels(); in getServiceRecord_returnsAddedRecord()
180 String[] name = reader.readLabels(); in getTextRecord_returnsAddedRecord()
DMdnsPacketReaderTests.java99 assertThrows(IOException.class, packetReader::readLabels); in testInfinitePtrLoop()
DMdnsResponseDecoderTests.java581 String[] name = reader.readLabels(); in makeMdnsResponse()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPointerRecord.java62 pointer = reader.readLabels(); in readData()
DMdnsServiceRecord.java128 serviceHost = reader.readLabels(); in readData()
DMdnsNsecRecord.java65 mNextDomain = reader.readLabels(); in readData()
DMdnsPacketReader.java145 public String[] readLabels() throws IOException { in readLabels() method in MdnsPacketReader
DMdnsPacket.java138 name = reader.readLabels(); in parseRecord()