/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | LruConnectionTrackerTest.java | 65 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore() local 93 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ |
D | XNetworkDataTest.java | 79 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/ |
D | WifiConfigurationUtilTest.java | 966 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetwork() local 978 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID() local 990 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); in testIsSameNetworkReturnsFalseOnDifferentSSID() local 1001 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType() local 1011 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local 1024 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local 1037 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim() local 1060 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams() local 1077 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams() local
|
D | WakeupConfigStoreDataTest.java | 129 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); in deserializeSerializedData() local
|
D | WifiNetworkSuggestionsManagerTest.java | 4126 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in setupAndGetPnoAvailableSuggestions() local 4153 WifiConfiguration network1 = suggestions.get(0).wifiConfiguration; in testGetPnoAvailableSuggestions() local 4257 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion() local 4285 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion() local 4313 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission() local 4341 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId() local 4369 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled() local 4397 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness() local 4426 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local 4467 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse() local [all …]
|
D | WifiConfigManagerTest.java | 2995 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local 3061 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local 3126 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local 3184 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes() local 3291 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local 3355 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local 3392 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local 3442 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local 4375 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testRemoveNetworkRemovesConnectChoice() local 4425 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testDisableAutojoinRemovesConnectChoice() local [all …]
|
D | WifiConnectivityManagerTest.java | 5882 WifiConfiguration network1 = WifiConfigurationTestUtil.createPasspointNetwork(); in testExternalPnoScanRequest_withSavedNetworks() local 5950 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList() local 6032 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies() local 6096 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder() local
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | NetworkCapabilitiesTest.java | 705 final Network network1 = new Network(100); in testUnderlyingNetworks() local 1266 final Network network1 = new Network(100); in testBuilder() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigManager.java | 3016 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked() 3081 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks() 3104 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()
|
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivityTest.java | 518 final Network network1 = new Network(TEST_NETID + 1); in configVpnNetwork() local
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 1679 val (agent1, network1) = connectNetwork(lp = lp) in testUnregisterAfterReplacement() constant
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 7785 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local
|