| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ | 
| D | LruConnectionTrackerTest.java | 66         WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork();  in testConnectionOrderStore()  local94         WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork();  in testIsMostRecentlyNetwork()  local
 
 | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ | 
| D | XNetworkDataTest.java | 80         final XNetworkData network2 = createExample();  in testHashCode_equals()  local91         final XNetworkData network2 =  in testHashCode_notEquals()  local
 
 | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | WakeupConfigStoreDataTest.java | 135         ScanResultMatchInfo network2 = new ScanResultMatchInfo();  in deserializeSerializedData()  local
 | 
| D | WifiConfigManagerTest.java | 2835         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingGwMacAddress()  local2901         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkOnlyIfCredentialsMatch()  local
 2966         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNoNetworkLinkVrrpMacAddress()  local
 3024         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes()  local
 3131         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingBSSIDMatch()  local
 3195         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks()  local
 3232         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize()  local
 3282         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress()  local
 4286         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testRemoveNetworkRemovesConnectChoice()  local
 4330         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testDisableAutojoinRemovesConnectChoice()  local
 [all …]
 
 | 
| D | WifiConfigurationUtilTest.java | 991         WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()  local1004         WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()  local
 1017         WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim()  local
 
 | 
| D | WifiNetworkSuggestionsManagerTest.java | 4482         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion()  local4510         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion()  local
 4538         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission()  local
 4566         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId()  local
 4594         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled()  local
 4622         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness()  local
 4651         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()  local
 4692         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse()  local
 4720         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testShouldBeIgnoredBySecureSuggestionFromSameCarrier()  local
 
 | 
| D | WifiConnectivityManagerTest.java | 5454         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testExternalPnoScanRequest_withSavedNetworks()  local5520         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testRetrievePnoList()  local
 5588         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testRetrievePnoListFrequencies()  local
 5652         WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork();  in testRetrievePnoListOrder()  local
 
 | 
| /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/ | 
| D | NetworkMonitorTest.java | 129         final Network network2 = mock(Network.class);  in testWaitForValidated_NetworkChange()  local
 | 
| /packages/modules/Connectivity/tests/common/java/android/net/ | 
| D | NetworkCapabilitiesTest.java | 701         final Network network2 = new Network(101);  in testUnderlyingNetworks()  local1225         final Network network2 = new Network(101);  in testBuilder()  local
 
 | 
| /packages/modules/Wifi/service/java/com/android/server/wifi/ | 
| D | WifiConfigManager.java | 2811             WifiConfiguration network1, WifiConfiguration network2,  in shouldNetworksBeLinked()2876     private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) {  in linkNetworks()
 2899     private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) {  in unlinkNetworks()
 
 | 
| /packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ | 
| D | CaptivePortalLoginActivityTest.java | 412         final Network network2 = new Network(TEST_NETID + 2);  in configVpnNetwork()  local
 | 
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ | 
| D | NetworkAgentTest.kt | 1236         val (agent2, network2) = connectNetwork()  in testUnregisterAfterReplacement()  constant
 | 
| /packages/modules/DnsResolver/tests/ | 
| D | resolv_integration_test.cpp | 7517     ScopedPhysicalNetwork network2 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6);  in TEST_F()  local
 |