OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCountryIso
(Results
1 - 13
of
13
) 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
();
DefaultCallLogInsertionHelper.java
69
return mCountryMonitor.
getCountryIso
();
ContactsDatabaseHelper.java
[
all
...]
ContactsProvider2.java
[
all
...]
/frameworks/base/location/java/android/location/
Country.java
91
public final String
getCountryIso
() {
135
return mCountryIso.equals(c.
getCountryIso
()) && mSource == c.getSource();
161
return country != null && mCountryIso.equals(country.
getCountryIso
());
/frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java
244
+ ", countryISO: " + detectedCountry.
getCountryIso
() + ")")
320
"The country was changed from " + country != null ? country.
getCountryIso
() :
321
country + " to " + detectedCountry.
getCountryIso
());
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
80
mCountryIso = country.
getCountryIso
();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java
296
country1.
getCountryIso
().equalsIgnoreCase(country2.
getCountryIso
()) &&
LocationBasedCountryDetectorTest.java
161
mCountryCode = country.
getCountryIso
();
/packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java
175
return detector.detectCountry().
getCountryIso
();
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java
278
detector.detectCountry().
getCountryIso
());
CallerInfo.java
547
countryIso = detector.detectCountry().
getCountryIso
();
/frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java
[
all
...]
Completed in 1025 milliseconds