Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java97 when(mWifiGlobals.isAfcSupportedOnDevice()).thenReturn(true); in setUp()
219 when(mWifiGlobals.isAfcSupportedOnDevice()).thenReturn(false); in testNoQueryWhenAfcNotEnabled()
376 when(mWifiGlobals.isAfcSupportedOnDevice()).thenReturn(false); in testQueryMadeFromShellCommand()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java270 if (!mWifiGlobals.isAfcSupportedOnDevice() || countryCode.equals(mLastKnownCountryCode)) { in onCountryCodeChange()
375 if (!mWifiGlobals.isAfcSupportedOnDevice()) { in dump()
DWifiGlobals.java302 public boolean isAfcSupportedOnDevice() { in isAfcSupportedOnDevice() method in WifiGlobals