HomeSort by relevance Sort by last modified time
    Searched refs:mCountryCode (Results 1 - 8 of 8) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 35 private final String mCountryCode;
41 mCountryCode = countryCode;
48 return PhoneNumberFormattingTextWatcherCompat.newInstance(mCountryCode);
  /frameworks/base/location/java/android/location/
Address.java 49 private String mCountryCode;
260 return mCountryCode;
268 mCountryCode = countryCode;
454 sb.append(mCountryCode);
508 a.mCountryCode = in.readString();
555 parcel.writeString(mCountryCode);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 58 private final String mCountryCode;
103 mCountryCode = countryCode;
166 mWifiNative, mCountryCode, mAllowed2GChannels, localConfig);
173 if (mCountryCode != null) {
178 if (!mWifiNative.setCountryCodeHal(mCountryCode.toUpperCase(Locale.ROOT))
WifiServiceImpl.java 151 private final WifiCountryCode mCountryCode;
333 mCountryCode = new WifiCountryCode(
341 new BackupManagerProxy(), mCountryCode);
381 mCountryCode.airplaneModeEnabled();
396 mCountryCode.simCardRemoved();
    [all...]
WifiStateMachine.java 202 private final WifiCountryCode mCountryCode;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 157 private String mCountryCode;
161 mCountryCode = country.getCountryIso();
170 return mCountryCode;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 682 const char *mCountryCode;
686 mCountryCode = country_code;
698 ret = mMsg.put_string(ANDR_WIFI_ATTRIBUTE_COUNTRY, mCountryCode);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 323 @Mock WifiCountryCode mCountryCode;
377 mUserManager, mWifiInjector, mBackupManagerProxy, mCountryCode);
    [all...]

Completed in 600 milliseconds