Searched refs:getTextRecord (Results 1 – 5 of 5) sorted by relevance
186 assertEquals(response.getTextRecord(), record); in getTextRecord_returnsAddedRecord()220 assertEquals(response.getTextRecord(), copy.getTextRecord()); in copyConstructor()240 assertFalse(response.setTextRecord(response.getTextRecord())); in addRecords_noChange()271 assertTrue(response.setTextRecord(ttlZeroResponse.getTextRecord())); in addRecords_ttlChange()272 assertEquals(0, response.getTextRecord().getTtl()); in addRecords_ttlChange()274 r == response.getTextRecord())); in addRecords_ttlChange()311 assertFalse(response.setTextRecord(receiptTimeChangedResponse.getTextRecord())); in addRecords_receiptTimeChange()312 assertEquals(1, response.getTextRecord().getReceiptTime()); in addRecords_receiptTimeChange()314 r == response.getTextRecord())); in addRecords_receiptTimeChange()
261 MdnsTextRecord textRecord = response.getTextRecord(); in testDecodeMultipleAnswerPacket()508 updatedResponses.valueAt(0).getTextRecord().getEntries()); in testDecodeWithChangeOnText()
156 response.getTextRecord(), now); in call()
208 public synchronized MdnsTextRecord getTextRecord() { in getTextRecord() method in MdnsResponse
337 textStrings = response.getTextRecord().getStrings(); in buildMdnsServiceInfoFromResponse()338 textEntries = response.getTextRecord().getEntries(); in buildMdnsServiceInfoFromResponse()