Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecord.java48 private static final int FLAG_CACHE_FLUSH = 0x8000; field in MdnsRecord
116 this.cls = cls | (cacheFlush ? FLAG_CACHE_FLUSH : 0); in MdnsRecord()
172 return cls & ~FLAG_CACHE_FLUSH; in getRecordClass()
177 return (cls & FLAG_CACHE_FLUSH) != 0; in getCacheFlush()