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.java44 private static final String TEST_COUNTRY_CODE = "TestCountry"; field in ApConfigUtilTest
191 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config)); in updateApChannelConfigWithoutHal()
222 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config)); in updateApChannelConfigWithChannelSpecified()
240 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
132 TEST_COUNTRY_CODE, in createSoftApManager()
204 TEST_COUNTRY_CODE, in startSoftApDefaultConfigFailedToLoad()
246 TEST_COUNTRY_CODE, in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()
287 TEST_COUNTRY_CODE, in testSetupForSoftApModeEmptyInterfaceNameFailureIncrementsMetrics()
370 TEST_COUNTRY_CODE, in startSoftApFailNoChannel()
407 TEST_COUNTRY_CODE, in startSoftApApInterfaceFailedToStart()
908 TEST_INTERFACE_NAME, TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in startSoftApAndVerifyEnabled()
DWifiServiceImplTest.java141 private static final String TEST_COUNTRY_CODE = "US"; field in WifiServiceImplTest
2530 mWifiServiceImpl.setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCode()
2531 verify(mWifiCountryCode).setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCode()
2544 mWifiServiceImpl.setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCodeFailsWithoutConnectivityInternalPermission()
2545 verify(mWifiCountryCode, never()).setCountryCode(TEST_COUNTRY_CODE); in testSetCountryCodeFailsWithoutConnectivityInternalPermission()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java72 private static final String TEST_COUNTRY_CODE = "US"; field in WifiManagerTest
942 mWifiManager.setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCode()
943 verify(mWifiService).setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCode()
953 mWifiManager.setCountryCode(TEST_COUNTRY_CODE); in testSetWifiCountryCodeFailedOnSecurityException()