Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsFeatureFlags.java58 public static final String NSD_UNICAST_REPLY_ENABLED = "nsd_unicast_reply_enabled"; field in MdnsFeatureFlags
118 return mIsUnicastReplyEnabled || isForceEnabledForTest(NSD_UNICAST_REPLY_ENABLED); in isUnicastReplyEnabled()
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java1933 mContext, MdnsFeatureFlags.NSD_UNICAST_REPLY_ENABLED)) in NsdService()