Home
last modified time | relevance | path

Searched refs:countryIso (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsUsageMonitorShortCodeTest.java51 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest
55 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest() argument
56 this.countryIso = countryIso; in ShortCodeTest()
499 && PhoneNumberUtils.isEmergencyNumber(test.address, test.countryIso)) { in testSmsShortCodeDestination()
502 assertEquals("country: " + test.countryIso + " number: " + test.address, in testSmsShortCodeDestination()
504 test.address, test.countryIso)); in testSmsShortCodeDestination()
DTelephonyManagerTest.java2401 String countryIso = mTelephonyManager.getNetworkCountryIso(); in testIsPotentialEmergencyNumber() local
2406 if (countryIso.equals("br") || countryIso.equals("cl") || countryIso.equals("ni")) { in testIsPotentialEmergencyNumber()
4223 private static boolean validateEmergencyNumberCountryIso(String countryIso) { in validateEmergencyNumberCountryIso() argument
4224 if (countryIso == null) { in validateEmergencyNumberCountryIso()
4227 int length = countryIso.length(); in validateEmergencyNumberCountryIso()