Searched refs:WifiCountryCode (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java28 public class WifiCountryCode { class
29 private static final String TAG = "WifiCountryCode";
42 public WifiCountryCode( method in class:WifiCountryCode
71 * Enable verbose logging for WifiCountryCode.
H A DWifiServiceImpl.java142 private final WifiCountryCode mCountryCode;
325 mCountryCode = new WifiCountryCode(
H A DWifiStateMachine.java204 private final WifiCountryCode mCountryCode;
1004 WifiCountryCode countryCode) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiCountryCodeTest.java34 * Unit tests for {@link com.android.server.wifi.WifiCountryCode}.
45 private WifiCountryCode mWifiCountryCode;
56 mWifiCountryCode = new WifiCountryCode(
181 mWifiCountryCode = new WifiCountryCode(
H A DWifiStateMachineTest.java333 @Mock WifiCountryCode mCountryCode;

Completed in 1389 milliseconds