Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiConfigurationTest.java1103 WifiConfiguration emptyConfig = new WifiConfiguration(); in testLegacyConfigurationConversion() local
1104 emptyConfig.convertLegacyFieldsToSecurityParamsIfNeeded(); in testLegacyConfigurationConversion()
1105 assertNotNull(emptyConfig.getSecurityParams(SECURITY_TYPE_OPEN)); in testLegacyConfigurationConversion()