Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java66 mWifiCountryCode = wifiInjector.getWifiCountryCode(); in WifiShellCommand()
DWifiInjector.java431 public WifiCountryCode getWifiCountryCode() { in getWifiCountryCode() method in WifiInjector
DWifiServiceImpl.java461 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java345 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()