Searched refs:isUnicastReplyEnabled (Results 1 – 2 of 2) sorted by relevance
117 public boolean isUnicastReplyEnabled() { in isUnicastReplyEnabled() method in MdnsFeatureFlags152 boolean isUnicastReplyEnabled, in MdnsFeatureFlags() argument161 mIsUnicastReplyEnabled = isUnicastReplyEnabled; in MdnsFeatureFlags()257 public Builder setIsUnicastReplyEnabled(boolean isUnicastReplyEnabled) { in setIsUnicastReplyEnabled() argument258 mIsUnicastReplyEnabled = isUnicastReplyEnabled; in setIsUnicastReplyEnabled()
664 final boolean replyUnicastEnabled = mMdnsFeatureFlags.isUnicastReplyEnabled(); in getReply()