Home
last modified time | relevance | path

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

/cts/tests/location/location_none/src/android/location/cts/none/
DAddressTest.java67 String countryCode = "US"; in testAccessCountryCode() local
68 address.setCountryCode(countryCode); in testAccessCountryCode()
69 assertEquals(countryCode, address.getCountryCode()); in testAccessCountryCode()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1712 String countryCode = mTelephonyManager.getNetworkCountryIso(); in testGetNetworkCountryIso() local
1717 assertTrue("Country code '" + countryCode + "' did not match " in testGetNetworkCountryIso()
1719 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode)); in testGetNetworkCountryIso()
1722 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode) in testGetNetworkCountryIso()
1723 || TextUtils.isEmpty(countryCode)); in testGetNetworkCountryIso()
1729 countryCode = mTelephonyManager.getNetworkCountryIso( in testGetNetworkCountryIso()
1736 assertTrue("Country code '" + countryCode + "' did not match " in testGetNetworkCountryIso()
1738 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode)); in testGetNetworkCountryIso()
1741 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode) in testGetNetworkCountryIso()
1742 || TextUtils.isEmpty(countryCode)); in testGetNetworkCountryIso()
[all …]
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2949 String countryCode = SystemProperties.get(BOOT_DEFAULT_WIFI_COUNTRY_CODE); in shouldSkipCountryCodeDependentTest() local
2950 return TextUtils.isEmpty(countryCode) && !WifiFeature.isTelephonySupported(sContext); in shouldSkipCountryCodeDependentTest()