Home
last modified time | relevance | path

Searched refs:mCountryIso (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/location/java/android/location/
H A DCountry.java55 private final String mCountryIso; field in Country
88 mCountryIso = countryIso.toUpperCase(Locale.US); in Country()
98 mCountryIso = countryIso.toUpperCase(Locale.US); in Country()
104 mCountryIso = country.mCountryIso; in Country()
114 return mCountryIso; in getCountryIso()
155 parcel.writeString(mCountryIso); in writeToParcel()
173 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()
183 hash = hash * 13 + mCountryIso.hashCode(); in hashCode()
199 return country != null && mCountryIso.equals(country.getCountryIso()); in equalsIgnoreSource()
204 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}"; in toString()
/aosp12/frameworks/base/telephony/java/android/telephony/emergency/
H A DEmergencyNumber.java244 private final String mCountryIso; field in EmergencyNumber
258 this.mCountryIso = countryIso; in EmergencyNumber()
269 mCountryIso = source.readString(); in EmergencyNumber()
281 dest.writeString(mCountryIso); in writeToParcel()
323 return mCountryIso; in getCountryIso()
489 return "EmergencyNumber:" + "Number-" + mNumber + "|CountryIso-" + mCountryIso in toString()
504 && mCountryIso.equals(other.mCountryIso) in equals()
514 return Objects.hash(mNumber, mCountryIso, mMnc, mEmergencyServiceCategoryBitmask, in hashCode()
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
H A DEventDescriptions.java58 private final String mCountryIso; field in EventDescriptions
63 mCountryIso = networkCountryIso; in EventDescriptions()
65 mCountryIso = locale.getCountry(); in EventDescriptions()
107 String formatted = PhoneNumberUtils.formatNumber(number, mCountryIso); in validNumberAndAccess()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java145 private String mCountryIso; field in SubscriptionInfo
230 info.mMcc, info.mMnc, info.mCountryIso, info.mIsEmbedded, info.mNativeAccessRules, in SubscriptionInfo()
288 this.mCountryIso = countryIso; in SubscriptionInfo()
541 return this.mCountryIso; in getCountryIso()
823 dest.writeString(mCountryIso); in writeToParcel()
872 + " mnc=" + mMnc + " countryIso=" + mCountryIso + " isEmbedded=" + mIsEmbedded in toString()
889 mIsOpportunistic, mGroupUUID, mIccId, mNumber, mMcc, mMnc, mCountryIso, mCardString, in hashCode()
921 && Objects.equals(mCountryIso, toCompare.mCountryIso) in equals()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DShortcutViewUtils.java125 private final String mCountryIso; field in ShortcutViewUtils.PhoneInfo
138 mCountryIso = countryIso; in PhoneInfo()
155 return mCountryIso; in getCountryIso()
167 && isSupportedCountry(context, mCountryIso); in isSufficientForEmergencyCall()
188 .append(", networkCountryIso=").append(mCountryIso); in toString()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
H A DEmergencyNumberTracker.java98 private String mCountryIso; field in EmergencyNumberTracker
285 if (mCountryIso == null) { in initializeDatabaseEmergencyNumberList()
827 return mCountryIso; in getEmergencyCountryIso()
850 mCountryIso = countryIso; in updateEmergencyCountryIso()
851 if (!TextUtils.isEmpty(mCountryIso)) { in updateEmergencyCountryIso()
852 mLastKnownEmergencyCountryIso = mCountryIso; in updateEmergencyCountryIso()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java159 private final String mCountryIso; field in PhoneNumberListAdapter
174 mCountryIso = GeoUtil.getCurrentCountryIso(context); in PhoneNumberListAdapter()
490 view.setPhoneNumber(text, mCountryIso); in bindPhoneNumber()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25696 Landroid/location/Country;->mCountryIso:Ljava/lang/String;
58656 Landroid/telephony/SubscriptionInfo;->mCountryIso:Ljava/lang/String;