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