Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java397 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade()
410 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable()
515 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_SSID); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
DWifiConfigurationTestUtil.java309 public static WifiConfiguration createOpenOweNetwork() { in createOpenOweNetwork() method in WifiConfigurationTestUtil
310 return createOpenOweNetwork(createNewSSID()); in createOpenOweNetwork()
313 public static WifiConfiguration createOpenOweNetwork(String ssid) { in createOpenOweNetwork() method in WifiConfigurationTestUtil
DNetworkListStoreDataTest.java642 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in getTestNetworksConfig()
DWifiNetworkSelectorTest.java2985 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweAutoUpgradeWithOpenNetworkWhenAutoUpgradeEnabled()
3027 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweAutoUpgradeWithOpenNetworkWhenOpenTypeIsDisabled()
3062 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweNoAutoUpgradeWithOpenNetworkWhenAutoUpgradeDisabled()
3094 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_AUTO_UPGRADE_SSID), in testOweNoAutoUpgradeWithOweNetworkWhenOweNotSupported()
DWifiConfigStoreTest.java522 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in testWriteWifiConfigStoreData()
DWifiNetworkSuggestionsManagerTest.java1530 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testOnSavedOpenNetworkConnectionSuccessWithMultipleMatch()
1733 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testOnNetworkConnectionSuccessWithBssidMultipleMatch()
2333 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testRemoveAppMatchingConnectionSuccessWithMultipleMatch()
3908 WifiConfigurationTestUtil.createOpenOweNetwork(), null, false, false, true, true, in testSetAllowAutoJoinOnSuggestionNetwork()
5035 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testSetUserConnectChoice()
DWifiConfigManagerTest.java1928 WifiConfiguration network = WifiConfigurationTestUtil.createOpenOweNetwork(); in testMultipleUpdatesSingleNetwork()
6527 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
6529 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
6531 WifiConfiguration network3 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
6533 WifiConfiguration network4 = WifiConfigurationTestUtil.createOpenOweNetwork(); in testScanComparator()
DClientModeImplTest.java1076 WifiConfiguration config = spy(WifiConfigurationTestUtil.createOpenOweNetwork( in triggerConnectWithUpgradeType()
1122 WifiConfiguration config = spy(WifiConfigurationTestUtil.createOpenOweNetwork( in triggerConnectWithLastUsedSecurityParams()
10575 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in verifyConnectWithDisabledOpenType()
DWifiMetricsTest.java7093 config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testConnectionNetworkTypeByCandidateSecurityParams()
DWifiServiceImplTest.java10140 multiTypeConfigs.add(WifiConfigurationTestUtil.createOpenOweNetwork()); in setupMultiTypeConfigs()