Home
last modified time | relevance | path

Searched refs:mCountryCode (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberRange.java59 private final String mCountryCode; field in PhoneNumberRange
81 mCountryCode = countryCode; in PhoneNumberRange()
88 mCountryCode = in.readString(); in PhoneNumberRange()
96 dest.writeString(mCountryCode); in writeToParcel()
112 return Objects.equals(mCountryCode, that.mCountryCode) in equals()
120 return Objects.hash(mCountryCode, mPrefix, mLowerBound, mUpperBound); in hashCode()
127 + "mCountryCode='" + mCountryCode + '\'' in toString()
157 String prefixWithCountryCode = mCountryCode + mPrefix; in matches()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DSimCard.java47 private final String mCountryCode; field in SimCard
64 mCountryCode = other.mCountryCode; in SimCard()
79 mCountryCode = countryCode != null ? countryCode.toUpperCase(Locale.US) : null; in SimCard()
106 return PhoneNumberUtils.formatNumber(mPhoneNumber, mCountryCode); in getFormattedPhone()
114 return mCountryCode; in getCountryCode()
208 Objects.equals(mCountryCode, simCard.mCountryCode); in equals()
213 int result = Objects.hash(mSimId, mPhoneNumber, mCountryCode); in hashCode()
228 ", mCountryCode='" + mCountryCode + '\'' + in toString()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DCivicLocation.java59 private final String mCountryCode; // Two character country code (ISO 3166 standard). field in CivicLocation
73 this.mCountryCode = countryCode; in CivicLocation()
90 mCountryCode = in.readString(); in CivicLocation()
114 parcel.writeString(mCountryCode); in writeToParcel()
214 String addressLine4 = mCountryCode; in toAddress()
231 address.setCountryCode(mCountryCode); // Country in toAddress()
262 && Objects.equals(mCountryCode, other.mCountryCode) in equals()
270 return Objects.hash(mIsValid, mCountryCode, civicAddressKeys, civicAddressValues); in hashCode()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbHIDDescriptor.java29 private byte mCountryCode; // 4:1 country code of the localized hardware. field in UsbHIDDescriptor
48 return mCountryCode; in getCountryCode()
66 mCountryCode = stream.getByte(); in parseRawDescriptors()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneNumberFormatter.java35 private final String mCountryCode; field in PhoneNumberFormatter.TextWatcherLoadAsyncTask
41 mCountryCode = countryCode; in TextWatcherLoadAsyncTask()
48 return PhoneNumberFormattingTextWatcherCompat.newInstance(mCountryCode); in doInBackground()
/aosp12/frameworks/base/location/java/android/location/
H A DAddress.java49 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java102 private String mCountryCode; field in SoftApManager
326 mCountryCode = countryCode; in SoftApManager()
471 pw.println("mSoftApCountryCode: " + mCountryCode); in dump()
592 if (TextUtils.isEmpty(mCountryCode)) { in setCountryCode()
602 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))) { in setCountryCode()
622 + mApInterfaceName + " country " + mCountryCode); in startSoftAp()
642 mWifiNative, mCoexManager, mContext.getResources(), mCountryCode, in startSoftAp()
948 mCountryCode = countryCode; in processMessage()
1524 && !TextUtils.equals(mCountryCode, countryCode) in processMessage()
1528 + mCountryCode + " to " + countryCode); in processMessage()
[all …]
H A DWifiInjector.java143 private final WifiCountryCode mCountryCode; field in WifiInjector
468 mCountryCode = new WifiCountryCode(mContext, mActiveModeWarden, in WifiInjector()
553 mCountryCode.enableVerboseLogging(verboseBool); in enableVerboseLogging()
618 return mCountryCode; in getWifiCountryCode()
707 mFrameworkFacade, mWifiNative, mCoexManager, mCountryCode.getCountryCode(), in makeSoftApManager()
H A DWifiServiceImpl.java197 private final WifiCountryCode mCountryCode; field in WifiServiceImpl
329 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()
449 mCountryCode.setTelephonyCountryCodeAndUpdate(countryCode); in checkAndStartWifi()
558 mCountryCode.registerListener(new CountryCodeListenerProxy()); in handleBootCompleted()
3390 return mCountryCode.getCountryCode();
3416 mWifiThreadRunner.post(() -> mCountryCode.setOverrideCountryCode(countryCode));
3435 mWifiThreadRunner.post(() -> mCountryCode.clearOverrideCountryCode());
3461 mWifiThreadRunner.post(() -> mCountryCode.setDefaultCountryCode(countryCode));
3881 mCountryCode.dump(fd, pw, args);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetectorTest.java157 private String mCountryCode; field in LocationBasedCountryDetectorTest.CountryListenerImpl
161 mCountryCode = country.getCountryIso(); in onCountryDetected()
170 return mCountryCode; in getCountry()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp1008 const char *mCountryCode; member in SetCountryCodeCommand
1012 mCountryCode = country_code; in SetCountryCodeCommand()
1024 ret = mMsg.put_string(ANDR_WIFI_ATTRIBUTE_COUNTRY, mCountryCode); in create()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25662 Landroid/location/Address;->mCountryCode:Ljava/lang/String;