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.java380 String countryCode = mTelephonyManager.getNetworkCountryIso(); in testGetNetworkCountryIso() local
382 assertTrue("Country code '" + countryCode + "' did not match " in testGetNetworkCountryIso()
384 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode)); in testGetNetworkCountryIso()
392 String countryCode = mTelephonyManager.getSimCountryIso(); in testGetSimCountryIso() local
394 assertTrue("Country code '" + countryCode + "' did not match " in testGetSimCountryIso()
396 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