Searched refs:countryIso (Results 1 – 2 of 2) sorted by relevance
51 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest55 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest() argument56 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()
1360 String countryIso = mTelephonyManager.getNetworkCountryIso(); in testIsPotentialEmergencyNumber() local1365 if (countryIso.equals("br") || countryIso.equals("cl") || countryIso.equals("ni")) { in testIsPotentialEmergencyNumber()1699 private static boolean validateEmergencyNumberCountryIso(String countryIso) { in validateEmergencyNumberCountryIso() argument1700 if (countryIso == null) { in validateEmergencyNumberCountryIso()1703 int length = countryIso.length(); in validateEmergencyNumberCountryIso()