Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordRepositoryTest.kt2223 val answerRecord = doAddServiceWithEmptyTxtRecordTest(makeFlags()) in testAddService_AvoidEmptyTxtRecords_HasTxtRecordWithEmptyString() constant
2224 assertEquals(1, answerRecord.entries.size) in testAddService_AvoidEmptyTxtRecords_HasTxtRecordWithEmptyString()
2225 assertEquals(0, answerRecord.entries[0].key.length) in testAddService_AvoidEmptyTxtRecords_HasTxtRecordWithEmptyString()
2226 assertNull(answerRecord.entries[0].value) in testAddService_AvoidEmptyTxtRecords_HasTxtRecordWithEmptyString()
2231 val answerRecord = doAddServiceWithEmptyTxtRecordTest(makeFlags( in testAddService_UsesEmptyTxtRecords_HasEmptyTxtRecord() constant
2234 assertEquals(0, answerRecord.entries.size) in testAddService_UsesEmptyTxtRecords_HasEmptyTxtRecord()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java908 final DnsPacket.DnsRecord answerRecord = replyDnsPkt.getRecords( in getDeviceIpv6AddressThroughDnsQuery() local
910 final byte[] txtReplyRecord = answerRecord.getRR(); in getDeviceIpv6AddressThroughDnsQuery()