/frameworks/base/telephony/java/android/telephony/emergency/ |
D | EmergencyNumber.java | 315 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/ |
D | Country.java | 113 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/ |
D | ComprehensiveCountryDetectorTest.java | 296 country1.getCountryIso().equalsIgnoreCase(country2.getCountryIso()) &&
|
D | LocationBasedCountryDetectorTest.java | 161 mCountryCode = country.getCountryIso(); in onCountryDetected()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoTest.java | 55 assertEquals("156", mSubscriptionInfoUT.getCountryIso()); in testSubProperties()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTest.java | 38 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/ |
D | ComprehensiveCountryDetector.java | 321 + ", countryISO: " + detectedCountry.getCountryIso() + ")") in runAfterDetection()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 647 countryIso = country.getCountryIso(); in getCurrentCountryIso()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 1087 countryIso = country.getCountryIso(); in getCurrentCountryIso()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 463 public String getCountryIso() { in getCountryIso() method in SubscriptionInfo
|
D | PhoneNumberUtils.java | 2184 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTracker.java | 604 prefix + num.getNumber(), num.getCountryIso(), in getEmergencyNumberListWithPrefix()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1379 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/ |
D | GsmCdmaPhone.java | 1315 && 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/ |
D | TelephonyMetrics.java | 1472 emergencyNumberInfo.countryIso = num.getCountryIso(); in convertEmergencyNumberToEmergencyNumberInfo()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |