Searched refs:createOpenOweNetwork (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResultMatchInfoTest.java | 397 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade() 410 WifiConfigurationTestUtil.createOpenOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable() 515 WifiConfigurationTestUtil.createOpenOweNetwork(TEST_SSID); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
|
D | WifiConfigurationTestUtil.java | 309 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
|
D | NetworkListStoreDataTest.java | 642 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in getTestNetworksConfig()
|
D | WifiNetworkSelectorTest.java | 2985 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()
|
D | WifiConfigStoreTest.java | 522 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenOweNetwork(); in testWriteWifiConfigStoreData()
|
D | WifiNetworkSuggestionsManagerTest.java | 1530 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()
|
D | WifiConfigManagerTest.java | 1928 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()
|
D | ClientModeImplTest.java | 1076 WifiConfiguration config = spy(WifiConfigurationTestUtil.createOpenOweNetwork( in triggerConnectWithUpgradeType() 1122 WifiConfiguration config = spy(WifiConfigurationTestUtil.createOpenOweNetwork( in triggerConnectWithLastUsedSecurityParams() 10575 WifiConfiguration config = WifiConfigurationTestUtil.createOpenOweNetwork(); in verifyConnectWithDisabledOpenType()
|
D | WifiMetricsTest.java | 7093 config = WifiConfigurationTestUtil.createOpenOweNetwork(); in testConnectionNetworkTypeByCandidateSecurityParams()
|
D | WifiServiceImplTest.java | 10140 multiTypeConfigs.add(WifiConfigurationTestUtil.createOpenOweNetwork()); in setupMultiTypeConfigs()
|