Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DCountry.java54 private final String mCountryIso; field in Country
86 mCountryIso = countryIso.toUpperCase(Locale.US); in Country()
96 mCountryIso = countryIso.toUpperCase(Locale.US); in Country()
102 mCountryIso = country.mCountryIso; in Country()
111 return mCountryIso; in getCountryIso()
151 parcel.writeString(mCountryIso); in writeToParcel()
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()
179 hash = hash * 13 + mCountryIso.hashCode(); in hashCode()
195 return country != null && mCountryIso.equals(country.getCountryIso()); in equalsIgnoreSource()
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}"; in toString()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java109 private String mCountryIso; field in SubscriptionInfo
129 this.mCountryIso = countryIso; in SubscriptionInfo()
283 return this.mCountryIso; in getCountryIso()
326 dest.writeString(mCountryIso); in writeToParcel()