| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ | 
| D | LruConnectionTrackerTest.java | 65         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testConnectionOrderStore()  local93         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testIsMostRecentlyNetwork()  local
 
 | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ | 
| D | XNetworkDataTest.java | 79         final XNetworkData network1 = createExample();  in testHashCode_equals()  local90         final XNetworkData network1 = createExample();  in testHashCode_notEquals()  local
 
 | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | WifiConfigurationUtilTest.java | 945         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID);  in testIsSameNetworkReturnsTrueOnSameNetwork()  local957         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID);  in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID()  local
 969         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1);  in testIsSameNetworkReturnsFalseOnDifferentSSID()  local
 980         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnsFalseOnDifferentSecurityType()  local
 990         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()  local
 1003         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()  local
 1016         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID);  in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim()  local
 1039         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID);  in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams()  local
 1056         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID);  in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams()  local
 
 | 
| D | WakeupConfigStoreDataTest.java | 129         ScanResultMatchInfo network1 = new ScanResultMatchInfo();  in deserializeSerializedData()  local
 | 
| D | WifiNetworkSuggestionsManagerTest.java | 4352         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in setupAndGetPnoAvailableSuggestions()  local4382         WifiConfiguration network1 = suggestions.get(0).wifiConfiguration;  in testGetPnoAvailableSuggestions()  local
 4477         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion()  local
 4505         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion()  local
 4533         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission()  local
 4561         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId()  local
 4589         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled()  local
 4617         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness()  local
 4646         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled()  local
 4687         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse()  local
 [all …]
 
 | 
| D | WifiConfigManagerTest.java | 2834         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingGwMacAddress()  local2900         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkOnlyIfCredentialsMatch()  local
 2965         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNoNetworkLinkVrrpMacAddress()  local
 3023         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes()  local
 3130         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingBSSIDMatch()  local
 3194         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks()  local
 3231         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize()  local
 3281         WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork();  in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress()  local
 4285         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testRemoveNetworkRemovesConnectChoice()  local
 4329         WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork();  in testDisableAutojoinRemovesConnectChoice()  local
 [all …]
 
 | 
| D | WifiConnectivityManagerTest.java | 5451         WifiConfiguration network1 = WifiConfigurationTestUtil.createPasspointNetwork();  in testExternalPnoScanRequest_withSavedNetworks()  local5519         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork();  in testRetrievePnoList()  local
 5587         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork();  in testRetrievePnoListFrequencies()  local
 5651         WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork();  in testRetrievePnoListOrder()  local
 
 | 
| /packages/modules/Connectivity/tests/common/java/android/net/ | 
| D | NetworkCapabilitiesTest.java | 700         final Network network1 = new Network(100);  in testUnderlyingNetworks()  local1224         final Network network1 = new Network(100);  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 | 411         final Network network1 = new Network(TEST_NETID + 1);  in configVpnNetwork()  local
 | 
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ | 
| D | NetworkAgentTest.kt | 1228         val (agent1, network1) = connectNetwork()  in testUnregisterAfterReplacement()  constant
 | 
| /packages/modules/DnsResolver/tests/ | 
| D | resolv_integration_test.cpp | 7516     ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6);  in TEST_F()  local
 |