Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java45 private static final String TEST_COUNTRY_CODE = "TestCountry"; field in ApConfigUtilTest
192 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config)); in updateApChannelConfigWithoutHal()
223 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config)); in updateApChannelConfigWithChannelSpecified()
241 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config)); in updateApChannelConfigWith5GBandNoChannelAllowed()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java73 private static final String TEST_COUNTRY_CODE = "TestCountry"; field in SoftApManagerTest
116 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in setUp()
207 TEST_COUNTRY_CODE, in startSoftApDefaultConfigFailedToLoad()
250 TEST_COUNTRY_CODE, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
292 TEST_COUNTRY_CODE, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
372 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
379 TEST_COUNTRY_CODE, in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
390 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT)); in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure()
451 startSoftApAndVerifyEnabled(softApConfig, TEST_COUNTRY_CODE); in startSoftApOn2GhzNoFailForCountryCodeSetFailure()
453 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT)); in startSoftApOn2GhzNoFailForCountryCodeSetFailure()
[all …]
DWifiServiceImplTest.java175 private static final String TEST_COUNTRY_CODE = "US"; field in WifiServiceImplTest
2978 mWifiServiceImpl.setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCode()
2979 verify(mWifiCountryCode).setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCode()
2992 mWifiServiceImpl.setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCodeFailsWithoutConnectivityInternalPermission()
2993 verify(mWifiCountryCode, never()).setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCodeFailsWithoutConnectivityInternalPermission()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java100 private static final String TEST_COUNTRY_CODE = "US"; field in WifiManagerTest
978 mWifiManager.setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCode()
979 verify(mWifiService).setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCode()
989 mWifiManager.setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCodeFailedOnSecurityException()