Home
last modified time | relevance | path

Searched defs: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()
DTelephonyManagerTest.java2401 String countryIso = mTelephonyManager.getNetworkCountryIso(); in testIsPotentialEmergencyNumber() local
4223 private static boolean validateEmergencyNumberCountryIso(String countryIso) { in validateEmergencyNumberCountryIso()