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.java2118 String wifiCountryCode = ShellIdentityUtils.invokeWithShellPermissions( in testStartLocalOnlyHotspotWithSupportedBand() local
2120 if (wifiCountryCode == null) { in testStartLocalOnlyHotspotWithSupportedBand()
4262 String wifiCountryCode = ShellIdentityUtils.invokeWithShellPermissions( in testGetCountryCode() local
4265 if (wifiCountryCode == null) { in testGetCountryCode()
4268 assertEquals(2, wifiCountryCode.length()); in testGetCountryCode()
4271 assertEquals(wifiCountryCode.toUpperCase(Locale.US), wifiCountryCode); in testGetCountryCode() local
4286 assertEquals(telephonyCountryCode, wifiCountryCode.toLowerCase(Locale.US)); in testGetCountryCode()