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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCountryMonitor.java30 * {@link #getCountryIso()} is used to get the ISO 3166-1 two letters country
46 public synchronized String getCountryIso() { method in class:CountryMonitor
58 mCurrentCountryIso = country.getCountryIso();
61 mCurrentCountryIso = country.getCountryIso();

Completed in 78 milliseconds