Home
last modified time | relevance | path

Searched defs:network1 (Results 1 – 12 of 12) 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/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DXNetworkDataTest.java79 final XNetworkData network1 = createExample(); in testHashCode_equals() local
90 final XNetworkData network1 = createExample(); in testHashCode_notEquals() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java960 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetwork() local
972 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID() local
984 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); in testIsSameNetworkReturnsFalseOnDifferentSSID() local
995 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType() local
1005 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local
1018 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local
1031 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim() local
1054 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams() local
1071 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams() local
DWakeupConfigStoreDataTest.java129 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); in deserializeSerializedData() local
DWifiNetworkSuggestionsManagerTest.java4362 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in setupAndGetPnoAvailableSuggestions() local
4392 WifiConfiguration network1 = suggestions.get(0).wifiConfiguration; in testGetPnoAvailableSuggestions() local
4498 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion() local
4526 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion() local
4554 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission() local
4582 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId() local
4610 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled() local
4638 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness() local
4667 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local
4708 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse() local
[all …]
DWifiConfigManagerTest.java2989 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local
3055 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local
3120 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local
3178 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes() local
3285 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local
3349 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local
3386 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local
3436 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local
4445 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testRemoveNetworkRemovesConnectChoice() local
4495 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testDisableAutojoinRemovesConnectChoice() local
[all …]
DWifiConnectivityManagerTest.java5667 WifiConfiguration network1 = WifiConfigurationTestUtil.createPasspointNetwork(); in testExternalPnoScanRequest_withSavedNetworks() local
5735 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList() local
5803 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies() local
5867 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder() local
/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkCapabilitiesTest.java703 final Network network1 = new Network(100); in testUnderlyingNetworks() local
1264 final Network network1 = new Network(100); in testBuilder() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java2962 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked()
3027 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks()
3050 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java411 final Network network1 = new Network(TEST_NETID + 1); in configVpnNetwork() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1521 val (agent1, network1) = connectNetwork() in testUnregisterAfterReplacement() constant
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7520 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local