HomeSort by relevance Sort by last modified time
    Searched refs: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...]
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 54 private String mCountryIso;
82 mCountryIso = country.getCountryIso();
175 if (mCountryIso == null) {
178 mCountryIso = country.getCountryIso();
181 return mCountryIso;
  /packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java 26 private String mCountryIso;
39 mCountryIso = GeoUtil.getCurrentCountryIso(context);
167 PhoneNumberUtils.convertAndStrip(queryString), mCountryIso);

Completed in 976 milliseconds