/aosp12/frameworks/base/location/java/android/location/ |
H A D | Country.java | 55 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 D | EmergencyNumber.java | 244 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 D | EventDescriptions.java | 58 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 D | SubscriptionInfo.java | 145 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 D | ShortcutViewUtils.java | 125 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 D | EmergencyNumberTracker.java | 98 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 D | PhoneNumberListAdapter.java | 159 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 D | hiddenapi-max-target-o.txt | 25696 Landroid/location/Country;->mCountryIso:Ljava/lang/String; 58656 Landroid/telephony/SubscriptionInfo;->mCountryIso:Ljava/lang/String;
|