Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/emergency/
DEmergencyNumber.java315 public @NonNull String getCountryIso() { in getCountryIso() method in EmergencyNumber
563 } else if (this.getCountryIso().compareTo(emergencyNumber.getCountryIso()) != 0) { in compareTo()
564 return this.getCountryIso().compareTo(emergencyNumber.getCountryIso()); in compareTo()
643 if (!first.getCountryIso().equals(second.getCountryIso())) { in areSameEmergencyNumbers()
681 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/tests/servicestests/src/com/android/server/location/
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/location/
DComprehensiveCountryDetector.java321 + ", countryISO: " + detectedCountry.getCountryIso() + ")") in runAfterDetection()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java647 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/core/java/android/provider/
DCallLog.java1087 countryIso = country.getCountryIso(); in getCurrentCountryIso()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java463 public String getCountryIso() { in getCountryIso() method in SubscriptionInfo
DPhoneNumberUtils.java2184 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyNumberTracker.java604 prefix + num.getNumber(), num.getCountryIso(), in getEmergencyNumberListWithPrefix()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1379 getCountryIso()).getSchemeSpecificPart(); in findConnectionTimeUsePhoneNumber()
1391 String countryIso = getCountryIso(); in getFormattedPhoneNumber()
1399 private String getCountryIso() { in getCountryIso() method in ImsPhoneCallTracker
1403 return info == null ? null : info.getCountryIso(); in getCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1315 && PhoneNumberUtils.isInternationalNumber(dialString, getCountryIso()); in isNotificationOfWfcCallRequired()
3766 public String getCountryIso() { in getCountryIso() method in GsmCdmaPhone
3773 return subInfo.getCountryIso().toUpperCase(); in getCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1472 emergencyNumberInfo.countryIso = num.getCountryIso(); in convertEmergencyNumberToEmergencyNumberInfo()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...