Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DLruConnectionTrackerTest.java66 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore() local
94 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DXNetworkDataTest.java80 final XNetworkData network2 = createExample(); in testHashCode_equals() local
91 final XNetworkData network2 = in testHashCode_notEquals() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWakeupConfigStoreDataTest.java135 ScanResultMatchInfo network2 = new ScanResultMatchInfo(); in deserializeSerializedData() local
DWifiConfigurationUtilTest.java1006 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local
1019 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local
1032 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim() local
DWifiConfigManagerTest.java2990 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local
3056 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local
3121 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local
3179 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes() local
3286 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local
3350 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local
3387 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local
3437 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local
4446 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRemoveNetworkRemovesConnectChoice() local
4496 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testDisableAutojoinRemovesConnectChoice() local
[all …]
DWifiNetworkSuggestionsManagerTest.java4503 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion() local
4531 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion() local
4559 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission() local
4587 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId() local
4615 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled() local
4643 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness() local
4672 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local
4713 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse() local
4741 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldBeIgnoredBySecureSuggestionFromSameCarrier() local
DWifiConnectivityManagerTest.java5670 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testExternalPnoScanRequest_withSavedNetworks() local
5736 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoList() local
5804 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListFrequencies() local
5868 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListOrder() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DNetworkMonitorTest.java129 final Network network2 = mock(Network.class); in testWaitForValidated_NetworkChange() local
/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkCapabilitiesTest.java704 final Network network2 = new Network(101); in testUnderlyingNetworks() local
1265 final Network network2 = new Network(101); 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.java412 final Network network2 = new Network(TEST_NETID + 2); in configVpnNetwork() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1529 val (agent2, network2) = connectNetwork() in testUnregisterAfterReplacement() constant
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7521 ScopedPhysicalNetwork network2 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local