Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiNetworkScoreCacheTest.java136 ScoredNetwork network2 = buildScoredNetwork(key2, mockRssiCurve); in updateScoresShouldAddNewNetwork() local
211 ScoredNetwork network2 = buildScoredNetwork( in leastRecentlyUsedScore_shouldBeEvictedFromCache() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWakeupConfigStoreDataTest.java131 ScanResultMatchInfo network2 = new ScanResultMatchInfo(); in deserializeSerializedData() local
DWifiConfigManagerTest.java2080 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoList() local
2132 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListFrequencies() local
2221 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListPrefersLastConnectedNetwork() local
2264 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListPrefersLastConnectedNetworkThenMostConnectedNetworks() local
2321 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListRecencyFlagDisabled() local
2393 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListDoesNotContainDisabledNetworks() local
2430 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local
2479 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local
2520 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local
2549 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local
[all …]
DWifiConfigurationUtilTest.java805 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local
818 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local
831 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim() 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()