Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiInjector.java422 public WifiCountryCode getWifiCountryCode() { in getWifiCountryCode() method in WifiInjector
DWifiServiceImpl.java460 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java339 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()