Searched refs:getSendDhcpHostnameRestriction (Results 1 – 5 of 5) sorted by relevance
667 public int getSendDhcpHostnameRestriction() { in getSendDhcpHostnameRestriction() method in WifiGlobals
8525 listener.onResult(mWifiGlobals.getSendDhcpHostnameRestriction());
8264 int restrictions = mWifiGlobals.getSendDhcpHostnameRestriction(); in startIpClient()
12429 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()
11080 when(mWifiGlobals.getSendDhcpHostnameRestriction()).thenReturn(restriction); in testDhcpHostnameSetting()