/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
H A D | LruConnectionTrackerTest.java | 65 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore() local 93 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiConfigurationUtilTest.java | 827 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetwork() local 839 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID() local 851 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); in testIsSameNetworkReturnsFalseOnDifferentSSID() local 862 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType() local 872 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local 885 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local 898 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim() local 917 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams() local 934 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams() local
|
H A D | WakeupConfigStoreDataTest.java | 129 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); in deserializeSerializedData() local
|
H A D | WifiNetworkScoreCacheTest.java | 203 ScoredNetwork network1 = mValidScoredNetwork; in leastRecentlyUsedScore_shouldBeEvictedFromCache() local
|
H A D | WifiNetworkSuggestionsManagerTest.java | 4185 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testGetPnoAvailableSuggestions() local 4297 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSameOpenSuggestion() local 4325 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithoutSecureSuggestion() local 4353 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredWithoutCarrierProvisioningPermission() local 4381 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromDifferentCarrierId() local 4409 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithAutojoinDisabled() local 4437 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithDifferentMeterness() local 4466 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithNetworkDisabled() local 4507 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldNotBeIgnoredBySecureSuggestionFromSameCarrierWithOverlayFalse() local 4535 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testShouldBeIgnoredBySecureSuggestionFromSameCarrier() local
|
H A D | WifiConfigManagerTest.java | 2622 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local 2688 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local 2753 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local 2854 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local 2910 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local 2947 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local 2997 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local 3992 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testRemoveNetworkRemovesConnectChoice() local 4035 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testDisableAutojoinRemovesConnectChoice() local 4249 WifiConfiguration network1 = new WifiConfiguration(); in testAddMultipleNetworksWithSameSSIDAndDefaultKeyMgmt() local [all …]
|
H A D | WifiConnectivityManagerTest.java | 3973 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList() local 4018 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies() local 4075 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder() local
|
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/src/test/java/com/android/libcore/timezone/telephonylookup/ |
H A D | TelephonyLookupGeneratorTest.java | 115 TelephonyLookupProtoFile.Network network1 = createNetwork("123", "456", "gb"); in duplicateMccMncComboIsRejected() local 122 TelephonyLookupProtoFile.Network network1 = createNetwork("123", "456", "gb"); in validDataCreatesFile() local
|
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | WifiNetworkScoreCacheTest.java | 210 ScoredNetwork network1 = mValidScoredNetwork; in leastRecentlyUsedScore_shouldBeEvictedFromCache() local
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | scan_settings_unittest.cpp | 155 PnoNetwork network, network1; in TEST_F() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiConfigManager.java | 2527 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked() 2592 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks() 2615 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()
|
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
H A D | CaptivePortalLoginActivityTest.java | 339 final Network network1 = new Network(TEST_NETID + 1); in configVpnNetwork() local
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_integration_test.cpp | 6468 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local
|