/external/webrtc/webrtc/p2p/base/ |
tcpport.h | 33 rtc::Network* network, 40 TCPPort* port = new TCPPort(thread, factory, network, ip, min_port, 65 rtc::Network* network,
|
turnport.h | 45 rtc::Network* network, 53 return new TurnPort(thread, factory, network, socket, username, password, 59 rtc::Network* network, 69 return new TurnPort(thread, factory, network, ip, min_port, max_port, 158 rtc::Network* network, 169 rtc::Network* network, [all...] |
relayport.h | 40 rtc::Network* network, 46 return new RelayPort(thread, factory, network, ip, min_port, max_port, 78 rtc::Network*,
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
SupportFragment.java | 25 import android.net.Network; 55 public void onCapabilitiesChanged(Network network, 61 public void onAvailable(Network network) { 66 public void onLost(Network network) {
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
VvmNetworkRequestCallback.java | 21 import android.net.Network; 34 * Base class for network request call backs for visual voicemail syncing with the Imap server. This 35 * handles retries and network requests. 82 * @return NetworkRequest for a proper transport type. Use only cellular network if the carrier 106 public void onLost(Network network) { 114 public void onAvailable(Network network) { 115 super.onAvailable(network);
|
/external/iputils/ |
iputils.spec | 6 Summary: The ping program for checking to see if network hosts are alive. 21 specified network host and can tell you if that machine is alive and 22 receiving network traffic.
|
/tools/test/connectivity/acts/tests/google/tel/config/ |
README.md | 9 - **wifi_network_pass** - The password to the network specified by *wifi_network_ssid*. 10 - **wifi_network_ssid** - The SSID of a wifi network for test use. This network must have internet access.
|
/external/autotest/server/cros/ap_configurators/ |
ap_configurator.py | 7 from autotest_lib.client.common_lib.cros.network import ap_constants 8 from autotest_lib.client.common_lib.cros.network import ping_runner
|
/external/autotest/server/cros/network/ |
wifi_cell_test_base.py | 10 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 16 from autotest_lib.server.cros.network import wifi_test_context_manager 26 to over the WiFi network. 28 WiFiTests have a notion of the control network vs the WiFi network. The 29 control network refers to the network between the machine running the 31 network is the subnet(s) formed by WiFi routers between the server and the
|
/external/avahi/initscript/fedora/ |
avahi-daemon.in | 8 # network. avahi-daemon must be running on systems that \ 17 # Should-Start: $syslog $network $local_fs 24 # network. avahi-daemon must be running on systems 40 . /etc/sysconfig/network
|
avahi-dnsconfd.in | 17 # Should-Start: $syslog $network $local_fs 40 . /etc/sysconfig/network
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Internal.java | 81 public abstract Network network(OkHttpClient client); method in class:Internal 83 public abstract void setNetwork(OkHttpClient client, Network network);
|
/frameworks/volley/src/main/java/com/android/volley/ |
NetworkDispatcher.java | 28 * Provides a thread for performing network dispatch from a queue of requests. 30 * Requests added to the specified queue are processed from the network via a 31 * specified {@link Network} interface. Responses are committed to cache, if 38 /** The network interface for processing requests. */ 39 private final Network mNetwork; 48 * Creates a new network dispatcher thread. You must call {@link #start()} 52 * @param network Network interface to use for performing requests 57 Network network, Cache cache [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
RealSystemFacade.java | 27 import android.net.Network; 52 public Network getActiveNetwork(int uid, boolean ignoreBlocked) { 58 public NetworkInfo getNetworkInfo(Network network, int uid, boolean ignoreBlocked) { 60 .getNetworkInfoForUid(network, uid, ignoreBlocked); 120 * Returns whether cleartext network traffic (HTTP) is permitted for the provided package.
|
/frameworks/base/services/core/java/com/android/server/ |
ConnectivityService.java | 62 import android.net.Network; 188 // TODO: create better separation between radio types and network types 190 // how long to wait before switching back to a radio's default network 196 // How long to wait before putting up a "This network doesn't have an Internet connection, 197 // connect anyway?" dialog after the user selects a network that doesn't validate. 224 /** Currently active network rules by UID. */ 259 // the highest scoring network satisfying a NetworkRequest. This should be passed when 268 LINGER, // Determine whether this network is unneeded and should be lingered. 269 TEARDOWN, // Determine whether this network is unneeded and should be torn down. 280 * network - EVENT_EXPIRE_NET_TRANSITION_WAKELOCK happen [all...] |
/external/autotest/client/site_tests/apmanager_CheckAPProcesses/ |
apmanager_CheckAPProcesses.py | 10 from autotest_lib.client.common_lib.cros.network import apmanager_constants
|
/external/autotest/client/site_tests/network_DhcpFQDN/ |
network_DhcpFQDN.py | 6 from autotest_lib.client.common_lib.cros.network import interface 62 # the network configuration to shill.
|
/external/autotest/client/site_tests/network_WlanDriver/ |
network_WlanDriver.py | 10 from autotest_lib.client.common_lib.cros.network import interface
|
/external/autotest/client/site_tests/network_WlanRegulatory/ |
network_WlanRegulatory.py | 11 from autotest_lib.client.common_lib.cros.network import iw_runner
|
/external/autotest/server/cros/chaos_lib/ |
chaos_runner.py | 13 from autotest_lib.client.common_lib.cros.network import ap_constants 14 from autotest_lib.client.common_lib.cros.network import iw_runner 19 from autotest_lib.server.cros.network import chaos_clique_utils as utils 20 from autotest_lib.server.cros.network import wifi_client
|
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/ |
network_WiFi_AttenuatedPerf.py | 10 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 11 from autotest_lib.server.cros.network import netperf_runner 12 from autotest_lib.server.cros.network import netperf_session 13 from autotest_lib.server.cros.network import wifi_cell_test_base
|
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
network_WiFi_ProfileBasic.py | 6 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 7 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types 8 from autotest_lib.server.cros.network import hostap_config 9 from autotest_lib.server.cros.network import wifi_cell_test_base
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
network_WiFi_RegDomain.py | 11 from autotest_lib.client.common_lib.cros.network import iw_runner 12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 14 from autotest_lib.server.cros.network import hostap_config 15 from autotest_lib.server.cros.network import wifi_test_context_manager
|
/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/libweave/examples/provider/ |
event_network.h | 8 #include <weave/provider/network.h> 20 class EventNetworkImpl : public weave::provider::Network { 43 void UpdateNetworkStateCallback(provider::Network::State state); 48 provider::Network::State network_state_{provider::Network::State::kOffline};
|