Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DLruConnectionTrackerTest.java65 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore() local
93 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java939 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetwork() local
951 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID() local
963 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); in testIsSameNetworkReturnsFalseOnDifferentSSID() local
974 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType() local
984 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local
997 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local
1010 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentityInEapSim() local
1029 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams() local
1046 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams() local
DWakeupConfigStoreDataTest.java129 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); in deserializeSerializedData() local
DWifiNetworkSuggestionsManagerTest.java4255 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testGetPnoAvailableSuggestions() local
4348 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion() local
4376 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion() local
4404 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission() local
4432 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId() local
4460 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled() local
4488 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness() local
4517 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local
4558 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse() local
4586 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldBeIgnoredBySecureSuggestionFromSameCarrier() local
DWifiConfigManagerTest.java2736 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local
2802 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local
2867 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local
2968 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local
3032 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local
3069 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local
3119 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local
4113 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testRemoveNetworkRemovesConnectChoice() local
4156 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testDisableAutojoinRemovesConnectChoice() local
4336 WifiConfiguration network1 = WifiConfigurationTestUtil.createWepHiddenNetwork(); in testRetrieveHiddenList() local
[all …]
DWifiConnectivityManagerTest.java4603 WifiConfiguration network1 = WifiConfigurationTestUtil.createPasspointNetwork(); in testExternalPnoScanRequest_withSavedNetworks() local
4663 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList() local
4718 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies() local
4777 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder() local
/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkCapabilitiesTest.java694 final Network network1 = new Network(100); in testUnderlyingNetworks() local
1218 final Network network1 = new Network(100); in testBuilder() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java2757 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked()
2822 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks()
2845 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java418 final Network network1 = new Network(TEST_NETID + 1); in configVpnNetwork() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1156 val (agent1, network1) = connectNetwork() in testUnregisterAfterReplacement() constant
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7238 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local