HomeSort by relevance Sort by last modified time
    Searched refs:mCountryIso (Results 1 - 2 of 2) 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;
71 mCountryIso = country.getCountryIso();
75 mCountryIso = mCountryDetector.detectCountry().getCountryIso();
130 return mCountryIso;

Completed in 174 milliseconds