Searched refs:wifiCountryCode (Results 1 – 1 of 1) sorted by relevance
2118 String wifiCountryCode = ShellIdentityUtils.invokeWithShellPermissions( in testStartLocalOnlyHotspotWithSupportedBand() local2120 if (wifiCountryCode == null) { in testStartLocalOnlyHotspotWithSupportedBand()4262 String wifiCountryCode = ShellIdentityUtils.invokeWithShellPermissions( in testGetCountryCode() local4265 if (wifiCountryCode == null) { in testGetCountryCode()4268 assertEquals(2, wifiCountryCode.length()); in testGetCountryCode()4271 assertEquals(wifiCountryCode.toUpperCase(Locale.US), wifiCountryCode); in testGetCountryCode() local4286 assertEquals(telephonyCountryCode, wifiCountryCode.toLowerCase(Locale.US)); in testGetCountryCode()