Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsFeatureFlags.java86 public final boolean mIsUnicastReplyEnabled; field in MdnsFeatureFlags
118 return mIsUnicastReplyEnabled || isForceEnabledForTest(NSD_UNICAST_REPLY_ENABLED); in isUnicastReplyEnabled()
161 mIsUnicastReplyEnabled = isUnicastReplyEnabled; in MdnsFeatureFlags()
181 private boolean mIsUnicastReplyEnabled; field in MdnsFeatureFlags.Builder
195 mIsUnicastReplyEnabled = true; // Default enabled. in Builder()
258 mIsUnicastReplyEnabled = isUnicastReplyEnabled; in setIsUnicastReplyEnabled()
302 mIsUnicastReplyEnabled, in build()