Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/src/android/telephony/cts/
DTelephonyManagerTest.java370 String countryCode = mTelephonyManager.getNetworkCountryIso(); in testGetNetworkCountryIso() local
372 assertTrue("Country code '" + countryCode + "' did not match " in testGetNetworkCountryIso()
374 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode)); in testGetNetworkCountryIso()
382 String countryCode = mTelephonyManager.getSimCountryIso(); in testGetSimCountryIso() local
384 assertTrue("Country code '" + countryCode + "' did not match " in testGetSimCountryIso()
386 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode)); in testGetSimCountryIso()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java65 String countryCode = "US"; in testAccessCountryCode() local
66 address.setCountryCode(countryCode); in testAccessCountryCode()
67 assertEquals(countryCode, address.getCountryCode()); in testAccessCountryCode()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex46552 private transient java.lang.String countryCode