Searched refs:countryCode (Results 1 – 3 of 3) sorted by relevance
380 String countryCode = mTelephonyManager.getNetworkCountryIso(); in testGetNetworkCountryIso() local382 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() local394 assertTrue("Country code '" + countryCode + "' did not match " in testGetSimCountryIso()396 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode)); in testGetSimCountryIso()
65 String countryCode = "US"; in testAccessCountryCode() local66 address.setCountryCode(countryCode); in testAccessCountryCode()67 assertEquals(countryCode, address.getCountryCode()); in testAccessCountryCode()
46552 private transient java.lang.String countryCode