OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCountryIso
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java
30
* {@link #
getCountryIso
()} is used to get the ISO 3166-1 two letters country
46
public synchronized String
getCountryIso
() {
58
mCurrentCountryIso = country.
getCountryIso
();
61
mCurrentCountryIso = country.
getCountryIso
();
/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 51 milliseconds