Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsFeatureFlags.java117 public boolean isUnicastReplyEnabled() { in isUnicastReplyEnabled() method in MdnsFeatureFlags
152 boolean isUnicastReplyEnabled, in MdnsFeatureFlags() argument
161 mIsUnicastReplyEnabled = isUnicastReplyEnabled; in MdnsFeatureFlags()
257 public Builder setIsUnicastReplyEnabled(boolean isUnicastReplyEnabled) { in setIsUnicastReplyEnabled() argument
258 mIsUnicastReplyEnabled = isUnicastReplyEnabled; in setIsUnicastReplyEnabled()
DMdnsRecordRepository.java664 final boolean replyUnicastEnabled = mMdnsFeatureFlags.isUnicastReplyEnabled(); in getReply()