HomeSort by relevance Sort by last modified time
    Searched defs:mCountryIso (Results 1 - 3 of 3) sorted by null

  /frameworks/base/location/java/android/location/
Country.java 54 private final String mCountryIso;
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.equals(country.getCountryIso())
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 118 private String mCountryIso;
178 this.mCountryIso = countryIso;
335 return this.mCountryIso;
460 dest.writeString(mCountryIso);
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 159 private final String mCountryIso;
174 mCountryIso = GeoUtil.getCurrentCountryIso(context);
490 view.setPhoneNumber(text, mCountryIso);

Completed in 122 milliseconds