Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java3314 String wifiCountryCode = ShellIdentityUtils.invokeWithShellPermissions( in testGetCountryCode() local
3317 if (wifiCountryCode == null) { in testGetCountryCode()
3320 assertEquals(2, wifiCountryCode.length()); in testGetCountryCode()
3323 assertEquals(wifiCountryCode.toUpperCase(Locale.US), wifiCountryCode); in testGetCountryCode() local
3338 assertEquals(telephonyCountryCode, wifiCountryCode.toLowerCase(Locale.US)); in testGetCountryCode()