Home
last modified time | relevance | path

Searched refs:getCountryIso (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/location/java/android/location/
DCountry.java110 public final String getCountryIso() { in getCountryIso() method in Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()
195 return country != null && mCountryIso.equals(country.getCountryIso()); in equalsIgnoreSource()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java296 country1.getCountryIso().equalsIgnoreCase(country2.getCountryIso()) &&
DLocationBasedCountryDetectorTest.java161 mCountryCode = country.getCountryIso(); in onCountryDetected()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java282 public String getCountryIso() { in getCountryIso() method in SubscriptionInfo
DPhoneNumberUtils.java2050 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java321 + ", countryISO: " + detectedCountry.getCountryIso() + ")") in runAfterDetection()
/frameworks/base/core/java/android/provider/
DCallLog.java705 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java603 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/api/
Dcurrent.txt31070 method public java.lang.String getCountryIso();
Dsystem-current.txt33304 method public java.lang.String getCountryIso();