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.java48 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest
52 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
DTelephonyManagerTest.java3311 String countryIso = mTelephonyManager.getNetworkCountryIso(); in testIsPotentialEmergencyNumber() local
5565 private static boolean validateEmergencyNumberCountryIso(String countryIso) { in validateEmergencyNumberCountryIso()