/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | LruConnectionTrackerTest.java | 66 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore() local 94 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork() local
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WakeupConfigStoreDataTest.java | 135 ScanResultMatchInfo network2 = new ScanResultMatchInfo(); in deserializeSerializedData() local
|
D | WifiConfigurationUtilTest.java | 985 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local 998 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local 1011 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentityInEapSim() local
|
D | WifiNetworkSuggestionsManagerTest.java | 4256 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testGetPnoAvailableSuggestions() local 4353 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion() local 4381 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion() local 4409 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission() local 4437 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId() local 4465 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled() local 4493 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness() local 4522 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local 4563 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse() local 4591 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testShouldBeIgnoredBySecureSuggestionFromSameCarrier() local
|
D | WifiConfigManagerTest.java | 2737 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local 2803 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local 2868 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local 2969 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local 3033 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local 3070 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local 3120 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local 4114 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRemoveNetworkRemovesConnectChoice() local 4157 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testDisableAutojoinRemovesConnectChoice() local 4337 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskHiddenNetwork(); in testRetrieveHiddenList() local [all …]
|
D | WifiConnectivityManagerTest.java | 4606 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testExternalPnoScanRequest_withSavedNetworks() local 4664 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoList() local 4719 WifiConfiguration network2 = WifiConfigurationTestUtil.createPskNetwork(); in testRetrievePnoListFrequencies() local 4778 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 | 695 final Network network2 = new Network(101); in testUnderlyingNetworks() local 1219 final Network network2 = new Network(101); in testBuilder() local
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | EthernetManagerTest.kt | 507 val network2 = cb.expectAvailable() in testNetworkRequest_withInterfaceBeingReplaced() constant
|
D | NetworkAgentTest.kt | 1164 val (agent2, network2) = connectNetwork() in testUnregisterAfterReplacement() constant
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigManager.java | 2757 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked() 2822 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks() 2845 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()
|
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivityTest.java | 419 final Network network2 = new Network(TEST_NETID + 2); in configVpnNetwork() local
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 7239 ScopedPhysicalNetwork network2 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local
|