Home
last modified time | relevance | path

Searched full:networks (Results 1 – 25 of 3739) sorted by relevance

12345678910>>...150

/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DTelephonyLookupTest.java78 + " <networks>\n" in createInstanceWithFallback()
80 + " </networks>\n" in createInstanceWithFallback()
86 + " <networks>\n" in createInstanceWithFallback()
88 + " </networks>\n" in createInstanceWithFallback()
148 + " <networks>\n" in xmlParsing_emptyNetworksOk()
149 + " </networks>\n" in xmlParsing_emptyNetworksOk()
158 + " <networks/>\n" in xmlParsing_emptyNetworksOk()
172 + " <networks>\n" in xmlParsing_unexpectedComments()
175 + " </networks>\n" in xmlParsing_unexpectedComments()
192 + " <networks>\n" in xmlParsing_unexpectedElementsIgnored()
[all …]
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DNetworkChangesTest.java57 private static class Networks { class in NetworkChangesTest
62 public Networks(ConnectivityManager connectivityManager) { in Networks() method in NetworkChangesTest.Networks
85 // TODO(crbug.com/40282869): Drop assumes once CQ bots have multiple networks. in Networks()
358 Networks networks = new Networks(connectivityManager); in testDefaultNetworkChange_closeSessionsOnIpChange_pendingRequestFails() local
379 networks.swapDefaultNetwork(); in testDefaultNetworkChange_closeSessionsOnIpChange_pendingRequestFails()
410 Networks networks = new Networks(connectivityManager); in testDefaultNetworkChange_goAwayonIpChange_pendingRequestSucceeds() local
431 networks.swapDefaultNetwork(); in testDefaultNetworkChange_goAwayonIpChange_pendingRequestSucceeds()
456 Networks networks = new Networks(connectivityManager); in testDefaultNetworkChange_defaultNetworkMigration_pendingRequestSucceeds() local
477 networks.swapDefaultNetwork(); in testDefaultNetworkChange_defaultNetworkMigration_pendingRequestSucceeds()
502 Networks networks = new Networks(connectivityManager); in testDoubleDefaultNetworkChange_defaultNetworkMigration_pendingRequestSucceeds() local
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddns_v1.policies.html117 …verConfig&quot;: { # Sets an alternative name server for the associated networks. When specified, …
119 …&quot;targetNameServers&quot;: [ # Sets an alternative name server for the associated networks. Wh…
128 …&quot;enableInboundForwarding&quot;: True or False, # Allows networks bound to this policy to rece…
129 …&quot;enableLogging&quot;: True or False, # Controls whether logging is enabled for the networks b…
133 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
136 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
151 …verConfig&quot;: { # Sets an alternative name server for the associated networks. When specified, …
153 …&quot;targetNameServers&quot;: [ # Sets an alternative name server for the associated networks. Wh…
162 …&quot;enableInboundForwarding&quot;: True or False, # Allows networks bound to this policy to rece…
163 …&quot;enableLogging&quot;: True or False, # Controls whether logging is enabled for the networks b…
[all …]
Ddns_v1beta2.policies.html117 …verConfig&quot;: { # Sets an alternative name server for the associated networks. When specified, …
119 …&quot;targetNameServers&quot;: [ # Sets an alternative name server for the associated networks. Wh…
129 …&quot;enableInboundForwarding&quot;: True or False, # Allows networks bound to this policy to rece…
130 …&quot;enableLogging&quot;: True or False, # Controls whether logging is enabled for the networks b…
134 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
137 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
152 …verConfig&quot;: { # Sets an alternative name server for the associated networks. When specified, …
154 …&quot;targetNameServers&quot;: [ # Sets an alternative name server for the associated networks. Wh…
164 …&quot;enableInboundForwarding&quot;: True or False, # Allows networks bound to this policy to rece…
165 …&quot;enableLogging&quot;: True or False, # Controls whether logging is enabled for the networks b…
[all …]
Ddns_v1.responsePolicies.html116 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
120 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
123 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
138 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
142 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
145 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
183 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
187 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
190 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
219 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
[all …]
Ddns_v1beta2.responsePolicies.html116 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
126 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
129 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
144 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
154 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
157 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
195 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
205 …&quot;networks&quot;: [ # List of network names specifying networks to which this policy is applie…
208 …e formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
237 …lection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiNetworkSelectorTest.py93 def add_networks(self, ad, networks): argument
94 """Add Wi-Fi networks to an Android device and verify the networks were
98 ad: the AndroidDevice object to add networks to.
99 networks: a list of dicts, each dict represents a Wi-Fi network.
101 for network in networks:
108 self.log.info("Configured networks: %s", configured_networks)
145 networks = [self.reference_networks[AP_1]['5g']]
146 self.add_networks(self.dut, networks)
166 networks = [
170 self.add_networks(self.dut, networks)
[all …]
DWifiStaConcurrencyNetworkRequestTest.py42 * Several Wi-Fi networks visible to the device, including an open Wi-Fi
107 self.dut.log.debug("Clearing user disabled networks")
109 "cmd wifi clear-user-disabled-networks")
159 asserts.assert_equal(2, num_wifi_networks, "Expected 2 wifi networks")
220 1. Setup 5G & 2G band WPA-PSK networks.
224 4. Wait for platform to scan and find matching networks.
227 7. Ensure that the device remains connected to both the networks.
250 1. Setup 5G & 2G band WPA-PSK networks.
253 3. Wait for platform to scan and find matching networks.
257 7. Ensure that the device remains connected to both the networks.
[all …]
DWifiManagerTest.py52 * Several Wi-Fi networks visible to the device, including an open Wi-Fi
144 """Connection logic for open and psk wifi networks.
183 A list with the connection details for the 2GHz and 5GHz networks.
210 def check_configstore_networks(self, networks): argument
211 """Verify that all previously configured networks are presistent after
215 networks: List of network dicts.
222 if len(network_info) != len(networks):
224 "Length of configured networks before and after reboot don't"
226 (networks, network_info))
230 for network in networks:
[all …]
DWifiPreFlightTest.py37 * 4 reference networks - two 2G and two 5G networks
41 * Check if reference networks show up in wifi scan
56 # Get reference networks as a list
62 networks = []
64 networks.append(ref_net[self.WIFI_2G])
65 networks.append(ref_net[self.WIFI_5G])
66 self.reference_networks = networks
81 """ Verify that when ATTN set to 0, all reference networks
85 1. List of reference networks
88 1. List of networks not found. Empty if all reference
[all …]
/aosp_15_r20/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/
H A DVcnCellUnderlyingNetworkTemplate.java58 * networks.
280 * Return the matching criteria for roaming networks.
300 * Returns the matching criteria for CBS networks.
310 * Returns the matching criteria for DUN networks.
319 * Returns the matching criteria for IMS networks.
328 * Returns the matching criteria for INTERNET networks.
337 * Returns the matching criteria for MMS networks.
347 * Returns the matching criteria for RCS networks.
433 * Set the matching criteria for metered networks.
435 * <p>A template where setMetered(MATCH_REQUIRED) will only match metered networks (one
[all …]
/aosp_15_r20/external/google-cloud-java/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/
H A DListNetworkUsageResponse.java25 * Response with Networks with IPs
78 * Networks with IPs.
81 * <code>repeated .google.cloud.baremetalsolution.v2.NetworkUsage networks = 1;</code>
91 * Networks with IPs.
94 * <code>repeated .google.cloud.baremetalsolution.v2.NetworkUsage networks = 1;</code>
105 * Networks with IPs.
108 * <code>repeated .google.cloud.baremetalsolution.v2.NetworkUsage networks = 1;</code>
118 * Networks with IPs.
121 * <code>repeated .google.cloud.baremetalsolution.v2.NetworkUsage networks = 1;</code>
131 * Networks with IPs.
[all …]
H A DListNetworksResponse.java25 * Response message containing the list of networks.
80 * The list of networks.
83 * <code>repeated .google.cloud.baremetalsolution.v2.Network networks = 1;</code>
93 * The list of networks.
96 * <code>repeated .google.cloud.baremetalsolution.v2.Network networks = 1;</code>
107 * The list of networks.
110 * <code>repeated .google.cloud.baremetalsolution.v2.Network networks = 1;</code>
120 * The list of networks.
123 * <code>repeated .google.cloud.baremetalsolution.v2.Network networks = 1;</code>
133 * The list of networks.
[all …]
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java175 * This test simulates 4 networks appearing in a scan result, and then only the first 2
178 * 4 networks appear in recentAvailalbeNetworks, after N=MAX_BSSID_AGE scans, only 2 remain
212 * Case #2: Culling of old networks
214 * This test starts with 4 networks seen, it then buffers N=MAX_BSSID_AGE empty scans
215 * Expected behaviour: All networks are culled from recentAvailableNetworks
246 * Case 3: Adding more networks over time
271 * Case 4: Test buffering with ephemeral networks & toString()
272 * This test is the same as Case 1, but it also includes ephemeral networks. toString is also
274 * Expected behaviour: 4 networks added initially (2 ephemeral). After MAX_BSSID_AGE more
313 * Test has 4 networks buffered, increment each different failure type on one of them
[all …]
DWakeupLockTest.java82 * Updates the lock enough times to evict any networks not passed in.
87 private void updateEnoughTimesToEvictWithAsserts(Collection<ScanResultMatchInfo> networks) { in updateEnoughTimesToEvictWithAsserts() argument
90 mWakeupLock.update(networks); in updateEnoughTimesToEvictWithAsserts()
95 * Updates the lock enough times to evict any networks not passed in.
100 private void updateEnoughTimesToEvictWithoutAsserts(Collection<ScanResultMatchInfo> networks) { in updateEnoughTimesToEvictWithoutAsserts() argument
102 mWakeupLock.update(networks); in updateEnoughTimesToEvictWithoutAsserts()
112 List<ScanResultMatchInfo> networks = Collections.singletonList(mNetwork1); in verifyInitializingLockByScans() local
113 mWakeupLock.setLock(networks); in verifyInitializingLockByScans()
117 mWakeupLock.update(networks); in verifyInitializingLockByScans()
120 mWakeupLock.update(networks); in verifyInitializingLockByScans()
[all …]
DWifiConfigManagerTest.java479 List<WifiConfiguration> networks = new ArrayList<>(); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails() local
480 networks.add(openNetwork); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails()
498 List<WifiConfiguration> networks = new ArrayList<>(); in testAddSingleOpenNetwork() local
499 networks.add(openNetwork); in testAddSingleOpenNetwork()
506 networks, retrievedNetworks); in testAddSingleOpenNetwork()
518 List<WifiConfiguration> networks = new ArrayList<>(); in testAddWapiPskNetwork() local
519 networks.add(wapiPskNetwork); in testAddWapiPskNetwork()
526 networks, retrievedNetworks); in testAddWapiPskNetwork()
540 List<WifiConfiguration> networks = new ArrayList<>(); in testAddWapiPskHexNetwork() local
541 networks.add(wapiPskNetwork); in testAddWapiPskHexNetwork()
[all …]
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java102 * This class provides the APIs to manage configured Wi-Fi networks.
104 * - Maintaining a list of configured networks for quick access.
188 * @param networks List of network profiles to set user connect choice.
193 default void onConnectChoiceSet(@NonNull List<WifiConfiguration> networks, in onConnectChoiceSet() argument
224 * Link networks only if they have less than this number of scan cache entries.
229 * Link networks only if the bssid in scan results for the networks match in the first
244 * since IPv6 networks don't provide the DHCP lease duration.
273 * General sorting algorithm of all networks for scanning purposes:
276 * If networks have the same AgeIndex, place the configurations with
325 * Map of configured networks with network id as the key.
[all …]
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DConnectivitySettingsManager.java71 * networks with length specified by the timeout, an {@code ACTION_DATA_ACTIVITY_CHANGE}
73 * subsequent activity on mobile networks triggers the firing of {@code
131 * The maximum number of notifications shown in 24 hours when switching networks.
139 * The minimum time in milliseconds between notifications when switching networks.
180 * on Wear platform companion proxy networks (transport BLUETOOTH)
275 * priority networks like WiFi are active, to help make network switching faster.
287 * priority networks like Ethernet are active, to keep both networks.
288 * In the case where higher priority networks are connected, wifi will be
300 * Whether to automatically switch away from wifi networks that lose Internet access.
302 * avoids such networks. Valid values are:
[all …]
/aosp_15_r20/external/webrtc/p2p/client/
H A Dbasic_port_allocator.cc106 void FilterNetworks(std::vector<const rtc::Network*>* networks, in FilterNetworks() argument
109 std::partition(networks->begin(), networks->end(), filter.predRemain); in FilterNetworks()
110 if (start_to_remove == networks->end()) { in FilterNetworks()
113 RTC_LOG(LS_INFO) << "Filtered out " << filter.description << " networks:"; in FilterNetworks()
114 for (auto it = start_to_remove; it != networks->end(); ++it) { in FilterNetworks()
117 networks->erase(start_to_remove, networks->end()); in FilterNetworks()
149 std::string NetworksToString(const std::vector<const rtc::Network*>& networks) { in NetworksToString() argument
151 for (auto n : networks) { in NetworksToString()
481 std::vector<const rtc::Network*> networks = GetNetworks(); in GetFailedNetworks() local
482 // A network interface may have both IPv4 and IPv6 networks. Only if in GetFailedNetworks()
[all …]
/aosp_15_r20/external/autotest/server/cros/network/
H A Dchaos_clique_utils.py94 networks = client.iw_runner.wait_for_scan_result(
96 if networks == None:
185 def get_security_from_scan(ap, networks, job): argument
189 @param networks: List of matching networks returned from scan.
197 security = networks[0].security
213 """Returns a list of matching networks after running iw scan.
219 @returns a list of the matching networks; if no networks are found at
230 networks = list()
232 networks = utils.poll_for_condition(
244 return networks
[all …]
/aosp_15_r20/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/
H A Dnetwork_ChromeWifiEndToEnd.py22 1. Tests that the configured wifi networks are seen by Chrome.
23 2. Tests the transitioning between various available networks.
32 """Extract the needed information from the list of networks found
35 @param networks_found: Networks found via getVisibleNetworks api.
36 @return Formated list of available wifi networks.
113 """Verify all WiFi networks in range are displayed."""
117 logging.info('Networks found via API: %s', networks_found_via_api)
148 wifi networks.
150 @param known_wifi_networks: List of known wifi networks.
171 networks = self._extract_wifi_network_info( \
[all …]
/aosp_15_r20/external/cronet/net/android/java/src/org/chromium/net/
H A DNetworkChangeNotifierAutoDetect.java359 * Returns all connected networks. This may include networks that aren't useful
365 Network[] networks = mConnectivityManager.getAllNetworks();
367 return networks == null ? new Network[0] : networks;
418 * Registers networkCallback to receive notifications about networks
473 final Network[] networks = getAllNetworksFiltered(this, null); local
474 for (Network network : networks) {
485 // Android 10+ devices occasionally return multiple networks
488 // networks here to avoid hitting the assert below. crbug.com/1361170
505 // connected networks.
509 + "networks of the same type. At least as of Android "
[all …]
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkRanker.java55 * A class that knows how to find the best network matching a request out of a list of networks.
109 * Find the best network satisfying this request among the list of passed networks.
128 // This is useful in this file because many of the ranking checks will retain only networks that
161 // Validated networks aren't bad networks, so a fortiori can't be preferred bad WiFis. in isPreferredBadWiFi()
177 // Under the original "prefer bad WiFi" policy, only networks that have ever validated in isPreferredBadWiFi()
188 * If any of the accepted networks has the "yield to bad WiFi" policy AND there are some
189 * bad WiFis in the rejected list, then move the networks with the policy to the rejected
194 * @param accepted networks accepted by the validation policy
195 * @param rejected networks rejected by the validation policy
208 // All validated networks yield to bad WiFis : keep bad WiFis alongside with the in applyYieldToBadWifiPolicy()
[all …]
/aosp_15_r20/external/google-cloud-java/java-managed-identities/proto-google-cloud-managed-identities-v1/src/main/java/com/google/cloud/managedidentities/v1/
H A DDomainOrBuilder.java116 * [networks](/compute/docs/networks-and-firewalls#networks) the domain
117 * instance is connected to. Networks can be added using UpdateDomain.
118 * The domain is only available on networks listed in `authorized_networks`.
119 * If CIDR subnets overlap between networks, domain creation will fail.
132 * [networks](/compute/docs/networks-and-firewalls#networks) the domain
133 * instance is connected to. Networks can be added using UpdateDomain.
134 * The domain is only available on networks listed in `authorized_networks`.
135 * If CIDR subnets overlap between networks, domain creation will fail.
148 * [networks](/compute/docs/networks-and-firewalls#networks) the domain
149 * instance is connected to. Networks can be added using UpdateDomain.
[all …]
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DAccessNetworksManager.java75 * Access network manager manages the qualified/available networks for mobile data connection.
76 * It binds to the vendor's qualified networks service and actively monitors the qualified
77 * networks changes.
121 // Available networks. Key is the APN type.
150 // The qualified networks in preferred order. Each network is a AccessNetworkType.
167 + ", networks=" in toString()
238 + "], networks = [" + Arrays.stream(qualifiedNetworkTypes) in onQualifiedNetworkTypesChanged()
249 loge("Invalid access networks " + Arrays.toString(qualifiedNetworkTypes)); in handleQualifiedNetworksChanged()
270 log("Available networks for " in handleQualifiedNetworksChanged()
277 // Empty array indicates QNS did not suggest any qualified networks. In this in handleQualifiedNetworksChanged()
[all …]

12345678910>>...150