Searched refs:isAfcSupportedOnDevice (Results 1 – 3 of 3) sorted by relevance
97 when(mWifiGlobals.isAfcSupportedOnDevice()).thenReturn(true); in setUp()219 when(mWifiGlobals.isAfcSupportedOnDevice()).thenReturn(false); in testNoQueryWhenAfcNotEnabled()376 when(mWifiGlobals.isAfcSupportedOnDevice()).thenReturn(false); in testQueryMadeFromShellCommand()
270 if (!mWifiGlobals.isAfcSupportedOnDevice() || countryCode.equals(mLastKnownCountryCode)) { in onCountryCodeChange()375 if (!mWifiGlobals.isAfcSupportedOnDevice()) { in dump()
302 public boolean isAfcSupportedOnDevice() { in isAfcSupportedOnDevice() method in WifiGlobals