Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1498 mWifiInjector.getWifiCountryCode().registerListener(mCountryCodeChangeListener); in enterImpl()
1504 mWifiInjector.getWifiCountryCode().unregisterListener(mCountryCodeChangeListener); in exitImpl()
DWifiInjector.java763 public WifiCountryCode getWifiCountryCode() { in getWifiCountryCode() method in WifiInjector
DWifiShellCommand.java463 mWifiCountryCode = wifiInjector.getWifiCountryCode(); in WifiShellCommand()
DClientModeImpl.java4200 mWifiInjector.getWifiCountryCode().getCountryCode())) { in shouldIgnoreNudDisconnectForWapiInCn()
DWifiServiceImpl.java742 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java135 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()
DSoftApManagerTest.java441 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()
DClientModeImplTest.java691 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()
DWifiServiceImplTest.java546 when(mWifiInjector.getWifiCountryCode()).thenReturn(mWifiCountryCode); in setUp()