Searched defs:mCountryIso (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DCountry.java54 private final String mCountryIso; field in class:Country
86 mCountryIso = countryIso.toUpperCase(Locale.US);
96 mCountryIso = countryIso.toUpperCase(Locale.US);
102 mCountryIso = country.mCountryIso;
111 return mCountryIso;
151 parcel.writeString(mCountryIso);
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
179 hash = hash * 13 + mCountryIso.hashCode();
195 return country != null && mCountryIso
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java110 private String mCountryIso; field in class:SubscriptionInfo
130 this.mCountryIso = countryIso;
284 return this.mCountryIso;
327 dest.writeString(mCountryIso);

Completed in 735 milliseconds