Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java60 private final AtomicInteger mSendDhcpHostnameRestriction = new AtomicInteger(); field in WifiGlobals
660 mSendDhcpHostnameRestriction.set(restriction); in setSendDhcpHostnameRestriction()
668 return mSendDhcpHostnameRestriction.get(); in getSendDhcpHostnameRestriction()
733 pw.println("mSendDhcpHostnameRestriction=" + mSendDhcpHostnameRestriction.get()); in dump()