Searched refs:mCountryCode (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Address.java | 49 private String mCountryCode; field in Address 260 return mCountryCode; in getCountryCode() 268 mCountryCode = countryCode; in setCountryCode() 454 sb.append(mCountryCode); in toString() 508 a.mCountryCode = in.readString(); 555 parcel.writeString(mCountryCode); in writeToParcel()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 58 private final String mCountryCode; field in SoftApManager 103 mCountryCode = countryCode; in SoftApManager() 166 mWifiNative, mCountryCode, mAllowed2GChannels, localConfig); in startSoftAp() 173 if (mCountryCode != null) { in startSoftAp() 178 if (!mWifiNative.setCountryCodeHal(mCountryCode.toUpperCase(Locale.ROOT)) in startSoftAp()
|
D | WifiServiceImpl.java | 151 private final WifiCountryCode mCountryCode; field in WifiServiceImpl 333 mCountryCode = new WifiCountryCode( in WifiServiceImpl() 341 new BackupManagerProxy(), mCountryCode); in WifiServiceImpl() 381 mCountryCode.airplaneModeEnabled(); in checkAndStartWifi() 396 mCountryCode.simCardRemoved(); in checkAndStartWifi() 1119 if (mCountryCode.setCountryCode(countryCode, persist) && persist) { in setCountryCode() 1136 String country = mCountryCode.getCurrentCountryCode(); in getCountryCode()
|
D | WifiStateMachine.java | 202 private final WifiCountryCode mCountryCode; field in WifiStateMachine 1076 mCountryCode = countryCode; in WifiStateMachine() 1315 mCountryCode.enableVerboseLogging(mVerboseLoggingLevel); in updateLoggingLevel() 2293 if (mCountryCode.getCurrentCountryCode() != null) { in dump() 2294 pw.println("CurrentCountryCode " + mCountryCode.getCurrentCountryCode()); in dump() 4428 mCountryCode.setReadyForChange(true); in enter() 4513 mCountryCode.setReadyForChange(false); in exit() 6469 mCountryCode.setReadyForChange(false); in enter() 6492 mCountryCode.setReadyForChange(true); in exit() 7661 mCm, mCountryCode.getCurrentCountryCode(), in enter()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
D | LocationBasedCountryDetectorTest.java | 157 private String mCountryCode; field in LocationBasedCountryDetectorTest.CountryListenerImpl 161 mCountryCode = country.getCountryIso(); in onCountryDetected() 170 return mCountryCode; in getCountry()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiStateMachineTest.java | 323 @Mock WifiCountryCode mCountryCode; field in WifiStateMachineTest 377 mUserManager, mWifiInjector, mBackupManagerProxy, mCountryCode); in setUp()
|