Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/emergency/
DEmergencyNumber.java322 public @NonNull String getCountryIso() { in getCountryIso() method in EmergencyNumber
570 } else if (this.getCountryIso().compareTo(emergencyNumber.getCountryIso()) != 0) { in compareTo()
571 return this.getCountryIso().compareTo(emergencyNumber.getCountryIso()); in compareTo()
650 if (!first.getCountryIso().equals(second.getCountryIso())) { in areSameEmergencyNumbers()
688 return new EmergencyNumber(first.getNumber(), first.getCountryIso(), first.getMnc(), in mergeSameEmergencyNumbers()
/frameworks/base/location/java/android/location/
DCountry.java113 public final String getCountryIso() { in getCountryIso() method in Country
173 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()
199 return country != null && mCountryIso.equals(country.getCountryIso()); in equalsIgnoreSource()
/frameworks/base/services/people/java/com/android/server/people/data/
DUtils.java38 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
DComprehensiveCountryDetectorTest.java296 country1.getCountryIso().equalsIgnoreCase(country2.getCountryIso()) &&
DLocationBasedCountryDetectorTest.java161 mCountryCode = country.getCountryIso(); in onCountryDetected()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoTest.java55 assertEquals("156", mSubscriptionInfoUT.getCountryIso()); in testSubProperties()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTest.java38 assertEquals(number.getCountryIso(), "us"); in testEmergencyNumberUnspecified()
90 assertEquals(number.getCountryIso(), "us"); in testEmergencyNumberSpecificService()
150 assertEquals(number.getCountryIso(), "jp"); in testEmergencyNumberMultipleServices()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java218 if (isoRequiresEmergencyAffordance(info.getCountryIso())) { in handleUpdateSimSubscriptionInfo()
/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DComprehensiveCountryDetector.java321 + ", countryISO: " + detectedCountry.getCountryIso() + ")") in runAfterDetection()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java720 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java540 public String getCountryIso() { in getCountryIso() method in SubscriptionInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1997 getCountryIso()).getSchemeSpecificPart(); in findConnectionTimeUsePhoneNumber()
2009 String countryIso = getCountryIso(); in getFormattedPhoneNumber()
2017 private String getCountryIso() { in getCountryIso() method in ImsPhoneCallTracker
2021 return info == null ? null : info.getCountryIso(); in getCountryIso()
2602 getCountryIso()).getSchemeSpecificPart(); in processCallStateChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1508 && PhoneNumberUtils.isInternationalNumber(dialString, getCountryIso()); in isNotificationOfWfcCallRequired()
4319 public String getCountryIso() { in getCountryIso() method in GsmCdmaPhone
4323 if (subInfo == null || TextUtils.isEmpty(subInfo.getCountryIso())) { in getCountryIso()
4326 return subInfo.getCountryIso().toUpperCase(); in getCountryIso()
DSubscriptionController.java2510 update = !TextUtils.equals(subInfo.getCountryIso(), iso); in setCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyNumberTracker.java883 prefix + num.getNumber(), num.getCountryIso(), in getEmergencyNumberListWithPrefix()
/frameworks/base/core/java/android/provider/
DCallLog.java2051 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1603 emergencyNumberInfo.countryIso = num.getCountryIso(); in convertEmergencyNumberToEmergencyNumberInfo()
/frameworks/base/boot/
Dboot-image-profile.txt10624 HSPLandroid/location/Country;->getCountryIso()Ljava/lang/String;
14791 HSPLandroid/telephony/SubscriptionInfo;->getCountryIso()Ljava/lang/String;
/frameworks/base/core/api/
Dcurrent.txt42380 method public String getCountryIso();
43177 method @NonNull public String getCountryIso();
/frameworks/base/config/
Dboot-image-profile.txt10619 HSPLandroid/location/Country;->getCountryIso()Ljava/lang/String;
14840 HSPLandroid/telephony/SubscriptionInfo;->getCountryIso()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28619 method public java.lang.String getCountryIso();