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 D | ScanResultMatchInfoTest.java | 392 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade() 405 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable() 510 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_SSID); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
|
H A D | WifiConfigurationTestUtil.java | 304 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 D | NetworkListStoreDataTest.java | 439 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in getTestNetworksConfig()
|
H A D | WifiNetworkSelectorTest.java | 2227 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 D | WifiNetworkSuggestionsManagerTest.java | 1489 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 D | WifiConfigStoreTest.java | 601 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in testWriteWifiConfigStoreData()
|
H A D | WifiConfigManagerTest.java | 1679 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 D | WifiServiceImplTest.java | 8148 multiTypeConfigs.add(WifiConfigurationTestUtil.createOpenOweNetwork()); in setupMultiTypeConfigs()
|