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.java3330 String telephonyCountryCode = getContext().getSystemService(TelephonyManager.class) in testGetCountryCode() local
3334 if (telephonyCountryCode == null || telephonyCountryCode.isEmpty()) { in testGetCountryCode()
3338 assertEquals(telephonyCountryCode, wifiCountryCode.toLowerCase(Locale.US)); in testGetCountryCode()