/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigurationUtilTest.java | 965 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetwork() local 977 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentBSSID() local 989 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); in testIsSameNetworkReturnsFalseOnDifferentSSID() local 1000 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType() local 1010 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity() local 1023 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity() local 1036 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim() local 1059 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithSameCandidateSecurityParams() local 1076 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnSameNetworkWithDifferentCandidateSecurityParams() 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 | 2994 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddress() local 3060 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkOnlyIfCredentialsMatch() local 3125 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkVrrpMacAddress() local 3183 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingGwMacAddressWithPskAndSaeTypes() local 3290 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatch() local 3354 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNonWpaNetworks() local 3391 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNoNetworkLinkUsingBSSIDMatchForNetworksWithHighScanDetailCacheSize() local 3441 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkLinkUsingBSSIDMatchAndThenUnlinkDueToGwMacAddress() local 4374 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testRemoveNetworkRemovesConnectChoice() local 4424 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testDisableAutojoinRemovesConnectChoice() local [all …]
|
D | WakeupConfigStoreDataTest.java | 129 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); in deserializeSerializedData() local
|
D | WifiConnectivityManagerTest.java | 5881 WifiConfiguration network1 = WifiConfigurationTestUtil.createPasspointNetwork(); in testExternalPnoScanRequest_withSavedNetworks() local 5949 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList() local 6031 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies() local 6095 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder() local
|
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/sharedconnectivity/cts/app/ |
H A D | KnownNetworkTest.java | 129 KnownNetwork network1 = buildKnownNetworkBuilder().build(); in equalsOperation() local 154 KnownNetwork network1 = buildKnownNetworkBuilder().setNetworkProviderInfo(null) in testGetMethods() local 169 KnownNetwork network1 = buildKnownNetworkBuilder().build(); in hashCodeCalculation() local 177 KnownNetwork network1 = buildKnownNetworkBuilder().setNetworkProviderInfo(null) in hashCodeCalculation_noNetworkProviderInfo() local
|
H A D | HotspotNetworkTest.java | 121 HotspotNetwork network1 = buildHotspotNetworkBuilder(true).build(); in equalsOperation() local 168 HotspotNetwork network1 = buildHotspotNetworkBuilder(true).build(); in hashCodeCalculation() local
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/system/timezone/input_tools/android/telephonylookup_generator/src/test/java/com/android/libcore/timezone/telephonylookup/ |
H A D | TelephonyLookupGeneratorTest.java | 122 Network network1 = createNetwork("123", "456", "gb"); in networks_duplicateMccMncComboIsRejected() local 167 Network network1 = createNetwork("123", "456", "gb"); in validDataCreatesFile() local
|
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/ |
H A D | PnoSettingsTest.java | 45 PnoNetwork network1 = new PnoNetwork(); in createTestNetworks() local
|
/aosp_15_r20/packages/modules/Connectivity/tests/common/java/android/net/ |
D | NetworkCapabilitiesTest.java | 703 final Network network1 = new Network(100); in testUnderlyingNetworks() local 1264 final Network network1 = new Network(100); in testBuilder() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/graph/ |
H A D | ImmutableNetworkTest.java | 45 Network<String, String> network1 = in copyOfImmutableNetwork_optimized() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/graph/ |
H A D | ImmutableNetworkTest.java | 45 Network<String, String> network1 = in copyOfImmutableNetwork_optimized() local
|
/aosp_15_r20/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | WifiNetworkScoreCacheTest.java | 210 ScoredNetwork network1 = mValidScoredNetwork; in leastRecentlyUsedScore_shouldBeEvictedFromCache() local
|
/aosp_15_r20/system/connectivity/wificond/tests/ |
D | scan_settings_unittest.cpp | 155 PnoNetwork network, network1; in TEST_F() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiAutoUpdateTest.py | 284 def get_enabled_network(self, network1, network2): argument
|
D | WifiManagerTest.py | 193 def get_enabled_network(self, network1, network2): argument
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigManager.java | 2981 WifiConfiguration network1, WifiConfiguration network2, in shouldNetworksBeLinked() 3046 private void linkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in linkNetworks() 3069 private void unlinkNetworks(WifiConfiguration network1, WifiConfiguration network2) { in unlinkNetworks()
|
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivityTest.java | 477 final Network network1 = new Network(TEST_NETID + 1); in configVpnNetwork() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | network_unittest.cc | 1076 Network network1("test_wifi", "Test Network Adapter 1", in TEST_F() local
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 1613 val (agent1, network1) = connectNetwork(lp = lp) in testUnregisterAfterReplacement() constant
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 7486 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/wifi-service-pre-jarjar/android_common_apex30/javac/ |
D | wifi-service-pre-jarjar.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/service-wifi/android_common_apex30/combined/ |
D | service-wifi.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |