HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 426 - 450 of 1047) sorted by null

<<11121314151617181920>>

  /device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
GceWifiManager.java 75 for (NetworkInfo network : mConnManager.getAllNetworkInfo()) {
76 if (network.getType() == ConnectivityManager.TYPE_MOBILE) return true;
123 /* Configure WIFI network stack.
125 * Adds network configuration that covers AndroidWifi virtual hotspot.
158 Log.e(LOG_TAG, "Could not update wifi network.");
159 mWifiConfigured.set(new Exception("Could not add WIFI network"));
  /external/autotest/client/cros/cellular/
net_interface.py 13 from autotest_lib.client.cros import network, network_chroot
18 PseudoNetInterface provides a pseudo modem network interface. This
19 network interface is one end of a virtual Ethernet pair. The other end
72 urlparse.urlparse(network.FETCH_URL_PATTERN_FOR_TEST).netloc
95 Brings up the pseudo modem network interface.
102 Brings down the pseudo modem network interface.
112 # Make sure ARP requests for the pseudo modem network addresses
113 # go out the pseudo modem network interface.
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 23 TEST_CDMA_CARRIER = 'Test Network'
28 Test modem that registers with a roaming network.
45 logging.info('Force modem to register with roaming network |%s| '
73 network = modem_cdma.ModemCdma.CdmaNetwork(sid=TEST_CDMA_SID)
74 modem_cdma.ModemCdma.__init__(self, home_network=network)
80 provider information and the network registration status.
107 Checks the service name when the SIM and the network is the same
142 """ Checks the service name for a CDMA network. """
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
14 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/curl/docs/cmdline-opts/
anyauth.d 9 network round-trip. This is used instead of setting a specific authentication
connect-to.d 11 establish the network connection. It does NOT affect the hostname/port that is
  /external/iptables/iptables/
iptables-apply 93 DEFAULT_FILE=/etc/network/ip6tables
98 DEFAULT_FILE=/etc/network/iptables
  /external/ltp/tools/pounder21/test_scripts/
nfs 71 echo Please check network configuration and update the script.
  /external/python/cpython2/PC/os2emx/
Makefile 699 -./python -E -tt ../../lib/test/regrtest.py -l -u "network"
700 ./python -E -tt ../../lib/test/regrtest.py -l -u "network"
  /external/webrtc/webrtc/test/
call_test.cc 298 voe_send_.network = VoENetwork::GetInterface(voe_send_.voice_engine);
308 voe_recv_.network = VoENetwork::GetInterface(voe_recv_.voice_engine);
320 EXPECT_EQ(0, voe_send_.network->RegisterExternalTransport(
326 EXPECT_EQ(0, voe_recv_.network->RegisterExternalTransport(
335 voe_recv_.network->Release();
336 voe_recv_.network = nullptr;
344 voe_send_.network->Release();
345 voe_send_.network = nullptr;
call_test.h 114 network(nullptr),
121 VoENetwork* network; member in struct:webrtc::test::CallTest::VoiceEngineState
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_output_test.cc 82 VoENetwork* network = manager_.NetworkPtr(); local
88 // |network| will take care of the life time of |transport|.
90 new VoiceChannelTransport(network, channel_);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
OsuServerConnection.java 19 import android.net.Network;
50 private Network mNetwork;
104 * @param network current network connection
110 public boolean connect(URL url, Network network) {
111 mNetwork = network;
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 20 import android.net.Network;
74 private final Network network; field in class:ImapHelper
90 Context context, PhoneAccountHandle phoneAccount, Network network, Editor status)
96 network,
104 Network network,
109 this.network = network;
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapStore.java 20 import android.net.Network;
60 Network network) {
65 transport = new MailTransport(context, this.getImapHelper(), network, serverName, port, flags);
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
JobPreconditionsTest.java 21 import android.net.Network;
52 @Mock Network mWifiNetwork;
55 private ArrayList<Network> mNetworkList;
56 private HashMap<Network, NetworkInfo> mNetworkMap;
104 // TODO(b/31224380): Checking if a network is metered relies on a hidden API which we cannot
110 * getNetworkInfo(Network) method to return a lookup in our local network -> network info map.
113 doReturn(mNetworkList.toArray(new Network[mNetworkList.size()]))
115 when(mConnectivityManager.getNetworkInfo(any(Network.class))).thenAnswer
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
BlockingHttpClientTests.java 17 package com.android.inputmethod.latin.network;
27 import com.android.inputmethod.latin.network.BlockingHttpClient.ResponseProcessor;
  /prebuilts/go/darwin-x86/src/net/
cgo_stub.go 23 func cgoLookupPort(ctx context.Context, network, service string) (port int, err error, completed bool) {
udpsock_plan9_test.go 21 t.Skip("no network interfaces found")
udpsock_posix.go 105 func listenUDP(ctx context.Context, network string, laddr *UDPAddr) (*UDPConn, error) {
106 fd, err := internetSocket(ctx, network, laddr, nil, syscall.SOCK_DGRAM, 0, "listen")
113 func listenMulticastUDP(ctx context.Context, network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {
114 fd, err := internetSocket(ctx, network, gaddr, nil, syscall.SOCK_DGRAM, 0, "listen")
  /prebuilts/go/darwin-x86/src/syscall/
route_netbsd.go 30 // network interface arrival and departure information.
route_openbsd.go 30 // network interface arrival and departure information.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
lif.go 8 // logical network interfaces and interface addresses on Solaris.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/proxy/
per_host_test.go 18 func (r *recordingProxy) Dial(network, addr string) (net.Conn, error) {
  /prebuilts/go/linux-x86/src/net/
cgo_stub.go 23 func cgoLookupPort(ctx context.Context, network, service string) (port int, err error, completed bool) {

Completed in 485 milliseconds

<<11121314151617181920>>