Home
last modified time | relevance | path

Searched defs:network1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java759 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetwork() local
771 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID() local
783 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); in testIsSameNetworkReturnsFalseOnDifferentSSID() local
794 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType() local
804 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local
817 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local
830 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim() local
DWakeupConfigStoreDataTest.java127 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); in deserializeSerializedData() local
DWifiConfigManagerTest.java2079 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList() local
2131 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies() local
2195 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequenciesFlagDisabled() local
2220 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListPrefersLastConnectedNetwork() local
2263 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListPrefersLastConnectedNetworkThenMostConnectedNetworks() local
2320 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListRecencyFlagDisabled() local
2392 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListDoesNotContainDisabledNetworks() local
2429 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local
2478 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local
2519 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local
[all …]
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiNetworkScoreCacheTest.java210 ScoredNetwork network1 = mValidScoredNetwork; in leastRecentlyUsedScore_shouldBeEvictedFromCache() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java2408 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked()
2461 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks()
2484 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()