Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java4278 String telephonyCountryCode = sContext.getSystemService(TelephonyManager.class) in testGetCountryCode() local
4282 if (telephonyCountryCode == null || telephonyCountryCode.isEmpty()) { in testGetCountryCode()
4286 assertEquals(telephonyCountryCode, wifiCountryCode.toLowerCase(Locale.US)); in testGetCountryCode()