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.java48 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest
52 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest() argument
53 this.countryIso = countryIso; in ShortCodeTest()
710 assertEquals("country: " + test.countryIso + " number: " + test.address, in testSmsShortCodeDestination()
712 test.address, test.countryIso)); in testSmsShortCodeDestination()
DTelephonyManagerTest.java3311 String countryIso = mTelephonyManager.getNetworkCountryIso(); in testIsPotentialEmergencyNumber() local
5565 private static boolean validateEmergencyNumberCountryIso(String countryIso) { in validateEmergencyNumberCountryIso() argument
5566 if (countryIso == null) { in validateEmergencyNumberCountryIso()
5569 int length = countryIso.length(); in validateEmergencyNumberCountryIso()