Searched refs:mCountryCode (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java50 private final String mCountryCode; field in class:SoftApManager
80 mCountryCode = countryCode;
128 mWifiNative, mCountryCode, mAllowed2GChannels, localConfig);
135 if (mCountryCode != null) {
140 if (!mWifiNative.setCountryCodeHal(mCountryCode.toUpperCase(Locale.ROOT))
H A DWifiServiceImpl.java144 private final WifiCountryCode mCountryCode; field in class:WifiServiceImpl
329 mCountryCode = new WifiCountryCode(
337 new BackupManagerProxy(), mCountryCode);
384 mCountryCode.airplaneModeEnabled();
399 mCountryCode.simCardRemoved();
1166 if (mCountryCode.setCountryCode(countryCode, persist) && persist) {
1185 String country = mCountryCode.getCountryCode();
H A DWifiStateMachine.java204 private final WifiCountryCode mCountryCode; field in class:WifiStateMachine
1083 mCountryCode = countryCode;
1336 mCountryCode.enableVerboseLogging(mVerboseLoggingLevel);
2352 if (mCountryCode.getCountryCodeSentToDriver() != null) {
2353 pw.println("CountryCode sent to driver " + mCountryCode.getCountryCodeSentToDriver());
2355 if (mCountryCode.getCountryCode() != null) {
2357 mCountryCode.getCountryCode() + " was not sent to driver");
4535 mCountryCode.setReadyForChange(true);
4620 mCountryCode.setReadyForChange(false);
6598 mCountryCode
[all...]
/frameworks/base/location/java/android/location/
H A DAddress.java49 private String mCountryCode; field in class:Address
260 return mCountryCode;
268 mCountryCode = countryCode;
454 sb.append(mCountryCode);
508 a.mCountryCode = in.readString();
555 parcel.writeString(mCountryCode);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java157 private String mCountryCode; field in class:LocationBasedCountryDetectorTest.CountryListenerImpl
161 mCountryCode = country.getCountryIso();
170 return mCountryCode;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java333 @Mock WifiCountryCode mCountryCode; field in class:WifiStateMachineTest
387 mUserManager, mWifiInjector, mBackupManagerProxy, mCountryCode);

Completed in 193 milliseconds