Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiShellCommandTest.java114 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()
H A DWifiServiceImplTest.java403 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiInjector.java617 public WifiCountryCode getWifiCountryCode() { in getWifiCountryCode() method in WifiInjector
H A DWifiShellCommand.java212 mWifiCountryCode = wifiInjector.getWifiCountryCode(); in WifiShellCommand()
H A DWifiServiceImpl.java329 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()