Searched refs:telephonyCountryCode (Results 1 – 1 of 1) sorted by relevance
4278 String telephonyCountryCode = sContext.getSystemService(TelephonyManager.class) in testGetCountryCode() local4282 if (telephonyCountryCode == null || telephonyCountryCode.isEmpty()) { in testGetCountryCode()4286 assertEquals(telephonyCountryCode, wifiCountryCode.toLowerCase(Locale.US)); in testGetCountryCode()