Searched refs:getCacheFlush (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsRecordTests.java | 313 assertTrue(record.getCacheFlush()); in testNsecRecord() 472 assertTrue(keyRecord.getCacheFlush()); in testKeyRecord() 485 assertTrue(keyRecord.getCacheFlush()); in testKeyRecord() 495 assertFalse(keyRecord.getCacheFlush()); in testKeyRecord() 510 assertTrue(keyRecord.getCacheFlush()); in testKeyRecord()
|
D | MdnsServiceTypeClientTests.java | 1518 originalPtr.getReceiptTime(), originalPtr.getCacheFlush(), originalPtr.getTtl(), in testProcessResponse_SubtypeDiscoveryLimitedToSubtype() 1601 originalPtr.getReceiptTime(), originalPtr.getCacheFlush(), originalPtr.getTtl(), in testProcessResponse_SubtypeChange() 1619 originalPtr.getReceiptTime(), originalPtr.getCacheFlush(), originalPtr.getTtl(), in testProcessResponse_SubtypeChange() 1973 originalPtr.getCacheFlush(), originalPtr.getTtl(), originalPtr.getPointer())); in testSendQueryWithKnownAnswers() 2040 originalPtr.getCacheFlush(), originalPtr.getTtl(), originalPtr.getPointer())); in testSendQueryWithSubTypeWithKnownAnswers()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsResponseDecoder.java | 231 if (inetRecord.getCacheFlush()) { in augmentResponses() 248 if (inetRecord.getCacheFlush()) { in augmentResponses()
|
D | MdnsRecord.java | 176 public final boolean getCacheFlush() { in getCacheFlush() method in MdnsRecord
|
D | EnqueueMdnsQueryCallable.java | 204 ptrRecord.getCacheFlush(), in call()
|