Searched refs:answerRecord (Results 1 – 2 of 2) sorted by relevance
2223 val answerRecord = doAddServiceWithEmptyTxtRecordTest(makeFlags()) in testAddService_AvoidEmptyTxtRecords_HasTxtRecordWithEmptyString() constant2224 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() constant2234 assertEquals(0, answerRecord.entries.size) in testAddService_UsesEmptyTxtRecords_HasEmptyTxtRecord()
908 final DnsPacket.DnsRecord answerRecord = replyDnsPkt.getRecords( in getDeviceIpv6AddressThroughDnsQuery() local910 final byte[] txtReplyRecord = answerRecord.getRR(); in getDeviceIpv6AddressThroughDnsQuery()