Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java667 public int getSendDhcpHostnameRestriction() { in getSendDhcpHostnameRestriction() method in WifiGlobals
DWifiServiceImpl.java8525 listener.onResult(mWifiGlobals.getSendDhcpHostnameRestriction());
DClientModeImpl.java8264 int restrictions = mWifiGlobals.getSendDhcpHostnameRestriction(); in startIpClient()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java12429 when(mWifiGlobals.getSendDhcpHostnameRestriction()) in testQuerySendDhcpHostnameRestrictionNormalCase()
12433 verify(mWifiGlobals).getSendDhcpHostnameRestriction(); in testQuerySendDhcpHostnameRestrictionNormalCase()
12436 when(mWifiGlobals.getSendDhcpHostnameRestriction()) in testQuerySendDhcpHostnameRestrictionNormalCase()
12440 verify(mWifiGlobals, times(2)).getSendDhcpHostnameRestriction(); in testQuerySendDhcpHostnameRestrictionNormalCase()
DClientModeImplTest.java11080 when(mWifiGlobals.getSendDhcpHostnameRestriction()).thenReturn(restriction); in testDhcpHostnameSetting()