Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanResultMatchInfoTest.java392 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade()
405 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable()
510 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_SSID); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
H A DWifiConfigurationTestUtil.java304 public static WifiConfiguration createOpenOweNetwork() { in createOpenOweNetwork() method in WifiConfigurationTestUtil
305 return createOpenOweNetwork(createNewSSID()); in createOpenOweNetwork()
308 public static WifiConfiguration createOpenOweNetwork(String ssid) { in createOpenOweNetwork() method in WifiConfigurationTestUtil
H A DNetworkListStoreDataTest.java439 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in getTestNetworksConfig()
H A DWifiNetworkSelectorTest.java2227 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweAutoUpgradeWithOpenNetworkWhenAutoUpgradeEnabled()
2266 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweNoAutoUpgradeWithOpenNetworkWhenAutoUpgradeDisabled()
2297 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweNoAutoUpgradeWithOweNetworkWhenOweNotSupported()
H A DWifiNetworkSuggestionsManagerTest.java1489 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testOnSavedOpenNetworkConnectionSuccessWithMultipleMatch()
1689 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testOnNetworkConnectionSuccessWithBssidMultipleMatch()
2251 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testRemoveAppMatchingConnectionSuccessWithMultipleMatch()
3858 WifiConfigurationTestUtil.createOpenOweNetwork(), null, false, false, true, true, in testSetAllowAutoJoinOnSuggestionNetwork()
4815 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testSetUserConnectChoice()
H A DWifiConfigStoreTest.java601 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in testWriteWifiConfigStoreData()
H A DWifiConfigManagerTest.java1679 WifiConfiguration network = WifiConfigurationTestUtil.createOpenOweNetwork(); in testMultipleUpdatesSingleNetwork()
6026 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
6028 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
6030 WifiConfiguration network3 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
6032 WifiConfiguration network4 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
H A DWifiServiceImplTest.java8148 multiTypeConfigs.add(WifiConfigurationTestUtil.createOpenOweNetwork()); in setupMultiTypeConfigs()