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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 28 * {@link #getCountryIso()} is used to get the ISO 3166-1 two letters country
44 public synchronized String getCountryIso() {
48 mCurrentCountryIso = countryDetector.detectCountry().getCountryIso();
51 mCurrentCountryIso = country.getCountryIso();
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/location/java/android/location/
Country.java 110 public final String getCountryIso() {
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
195 return country != null && mCountryIso.equals(country.getCountryIso());

Completed in 237 milliseconds