HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 301 - 325 of 473) sorted by null

<<111213141516171819

  /external/selinux/policycoreutils/po/
Makefile 69 ../sepolicy/sepolicy/network.py \
77 ../sepolicy/sepolicy/templates/network.py \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 107 RotationLockController rotation, NetworkController network,
114 return new QSTileHost(context, statusBar, bluetooth, location, rotation, network, zen,
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 115 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED.
116 // The network should be used as a default internet connection. It was found to be:
117 // 1. a functioning network providing internet access, or
120 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED.
121 // The network should not be used as a default internet connection. It was found to be:
124 // 3. a broken network (e.g. DNS failed, connect failed, HTTP request failed).
130 * Inform NetworkMonitor that their network is connected.
131 * Initiates Network Validation.
136 * Inform ConnectivityService that the network has been tested.
144 * Message to self indicating it's time to evaluate a network's connectivity
    [all...]
KeepaliveTracker.java 91 * by this network. */
125 .append(" network=").append(mNai.network)
148 mSlot, PacketKeepalive.BINDER_DIED, mNai.network).sendToTarget();
203 Log.e(TAG, "Cannot stop unowned keepalive " + mSlot + " on " + mNai.network);
271 Log.e(TAG, "Attempt to stop keepalive on nonexistent network " + networkName);
  /packages/apps/Settings/src/com/android/settings/datausage/
ChartDataUsagePreference.java 182 public void setNetworkStats(NetworkStatsHistory network) {
183 mNetwork = network;
  /packages/services/Telephony/src/com/android/phone/common/mail/
MailTransport.java 19 import android.net.Network;
60 private final Network mNetwork;
70 public MailTransport(Context context, ImapHelper imapHelper, Network network, String address,
74 mNetwork = network;
113 "Host name " + mHost + "cannot be resolved on designated network");
185 LogUtils.v(TAG, "createSocket: network not specified");
190 LogUtils.v(TAG, "createSocket: network specified");
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.cc 137 void ChromeosWiMaxDeviceProxy::Connect(const RpcIdentifier& network,
143 dbus::ObjectPath(network),
chromeos_manager_dbus_adaptor.cc 406 for (const auto& network : manager_->GetNetworksForGeolocation()) {
409 for (const auto& info : network.second) {
412 networks->insert(std::make_pair(network.first, brillo::Any(value)));
454 const dbus::ObjectPath& network) {
463 network.value(),
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 25 import android.net.Network;
122 private void exerciseRemoteHost(Network network) throws Exception {
123 NetworkInfo networkInfo = mCm.getNetworkInfo(network);
125 Log.w(LOG_TAG, "Network info is null");
127 Log.w(LOG_TAG, "Network: " + networkInfo.toString());
134 urlc = (HttpURLConnection) network.openConnection(new URL(
240 public void onAvailable(Network network) {
243 exerciseRemoteHost(network);
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 52 ``network unreachable'' and after this I found a strange direct route
56 connected network has not any exceptions. You may tell kernel, that
203 collapse of routing or flooding network with exponentially
330 anyone on the Internet may inject to your network any packets with
390 tunnel is not quite appropriate in this case, it is rather virtual network).
397 This tunnel is true broadcast network and broadcast packets are
400 if multicast routing is supported in surrounding network, all GRE nodes
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
416 to GRE virtual network or ask for informatio
    [all...]
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java 20 import android.net.Network;
74 private final Network mNetwork;
93 public ImapHelper(Context context, PhoneAccountHandle phoneAccount, Network network,
97 PhoneUtils.getSubIdForPhoneAccountHandle(phoneAccount)), phoneAccount, network, status);
101 PhoneAccountHandle phoneAccount, Network network, VoicemailStatus.Editor status)
105 mNetwork = network;
128 context, this, username, password, port, serverName, auth, network);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr_test.py 163 self.assertEqual(int(self.ipv4.network), 16909056)
164 self.assertEqual(str(self.ipv4.network), '1.2.3.0')
165 self.assertEqual(str(self.ipv4_hostmask.network), '10.0.0.0')
167 self.assertEqual(int(self.ipv6.network),
169 self.assertEqual(str(self.ipv6.network),
210 # with get_mixed_type_key, you can sort addresses and network.
301 self.assertEqual(str(self.ipv4.supernet().network), '1.2.2.0')
306 self.assertEqual(str(self.ipv6.supernet().network),
313 self.assertEqual(str(self.ipv4.supernet(3).network), '1.2.0.0')
316 self.assertEqual(str(self.ipv6.supernet(3).network),
    [all...]
  /external/ppp/pppd/
ipxcp.c 131 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
132 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
135 "Accept peer IPX network number", 1,
209 #define CILEN_NETN 6 /* network number length option */
247 * Make a string representation of a network IP address.
396 wo->network = 0;
1034 * The network number must match. Choose the larger of the two.
1037 /* if we wont negotiate the network number or the length is wrong
1045 /* If the network numbers match then acknowledge them. *
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
ConcurrencyTest.java 25 import android.net.Network;
139 public void onAvailable(Network network) {
  /external/autotest/client/common_lib/cros/network/
xmlrpc_datatypes.py 11 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
37 """@return string security type for this network."""
56 @param ssid string the network to connect to (e.g. 'GoogleGuest').
120 this WiFi network.
122 connect on a network from the time the proxy is told to connect.
128 association till we have an IP address and mark the network as
167 # depending on the number of visible BSS's for a network.
  /external/autotest/client/cros/
chrooted_avahi.py 11 from autotest_lib.client.common_lib.cros.network import netblock
18 """Helper object to start up avahi in a network chroot.
29 # We'll drop the Avahi side into our network namespace.
74 outside the network chroot. This interface will be connected
89 The network chroot works by isolating avahi inside with one end of a
139 # We're going to run Avahi in a network namespace to avoid interactions
  /external/autotest/client/cros/netprotos/
interface_host.py 11 from autotest_lib.client.common_lib.cros.network import interface
74 """Broadcast UDP socket bound to a particular network interface."""
  /external/autotest/client/cros/networking/
apmanager_proxy.py 9 from autotest_lib.client.common_lib.cros.network import apmanager_constants
  /external/autotest/client/site_tests/network_RackWiFiConnect/
network_RackWiFiConnect.py 13 from autotest_lib.client.common_lib.cros.network \
23 """Client test to connect to various network services on WiFi rack.
26 connected network.
69 """Connect to particular network and assert access to page.
98 logging.info('Successfully connected to network %s', ssid)
  /external/autotest/frontend/server/
models.py 13 from autotest_lib.client.common_lib.cros.network import ping_runner
149 does not exist in the network, InvalidDataError will be raised.
  /external/autotest/server/
site_linux_system.py 15 from autotest_lib.client.common_lib.cros.network import interface
16 from autotest_lib.client.common_lib.cros.network import iw_runner
17 from autotest_lib.client.common_lib.cros.network import ping_runner
18 from autotest_lib.server.cros.network import packet_capturer
  /external/curl/tests/
http_pipe.py 37 https://dev.chromium.org/developers/design-documents/network-stack/http-pipelining
  /external/libweave/src/
base_api_handler.cc 90 "network": {
  /external/libweave/src/notification/
xmpp_channel.h 26 class Network;
50 provider::Network* network);
137 provider::Network* network_{nullptr};
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 58 * <li><strong>{@linkplain #getNetworkCount() Network Count:}</strong> the number of those
59 * requests that required network use.
67 * is still valid. Such responses increment both the network count and hit count.
74 * <h3>Force a Network Response</h3>
147 @Override public void update(Response cached, Response network) throws IOException {
148 Cache.this.update(cached, network);
251 private void update(Response cached, Response network) {
252 Entry entry = new Entry(network);
402 // This response uses the cache and not the network. That's a cache hit.

Completed in 3127 milliseconds

<<111213141516171819