Home
last modified time | relevance | path

Searched refs:getCountryIso (Results 1 – 15 of 15) 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoTest.java50 assertEquals("156", mSubscriptionInfoUT.getCountryIso()); in testSubProperties()
/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/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java321 + ", countryISO: " + detectedCountry.getCountryIso() + ")") in runAfterDetection()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java334 public String getCountryIso() { in getCountryIso() method in SubscriptionInfo
DPhoneNumberUtils.java2194 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java622 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/core/java/android/provider/
DCallLog.java951 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1181 && PhoneNumberUtils.isInternationalNumber(dialString, getCountryIso()); in isNotificationOfWfcCallRequired()
3555 public String getCountryIso() { in getCountryIso() method in GsmCdmaPhone
3562 return subInfo.getCountryIso().toUpperCase(); in getCountryIso()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2711 Landroid/location/Country;->getCountryIso()Ljava/lang/String;
Dboot-image-profile.txt24346 HSPLandroid/location/Country;->getCountryIso()Ljava/lang/String;
30645 HSPLandroid/telephony/SubscriptionInfo;->getCountryIso()Ljava/lang/String;
Dhiddenapi-public-dex.txt44428 Landroid/telephony/SubscriptionInfo;->getCountryIso()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28619 method public java.lang.String getCountryIso();
/frameworks/base/api/
Dcurrent.txt42363 method public java.lang.String getCountryIso();