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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/
Makefile.inc 19 LIBRELDIR := testcases/network/rpc/rpc-tirpc/tests_pack/lib
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 10 to continue using this network.</p>
  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 44 * Class that monitors default network linger events and possibly notifies the user of network
84 /** Whether we ever notified that we switched away from a particular network. */
113 if (mNotifications.valueAt(i) == toNai.network.netId) {
121 return mEverNotified.get(nai.network.netId, false);
131 Log.d(TAG, "Notify on network switches: " + Arrays.toString(notifySwitches));
138 Log.e(TAG, "Invalid network switch notification configuration: " + notifySwitch);
152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH,
172 // Notify the user of a network switch using a notification or a toast.
203 mNotifications.put(fromNai.network.netId, toNai.network.netId)
    [all...]
NetworkAgentInfo.java 23 import android.net.Network;
55 // States of a network:
61 // This state is entered when a registered NetworkAgent for a VPN network transitions to the
62 // CONNECTING state (TODO: go through this state for every network, not just VPNs).
63 // ConnectivityService will tell netd to create the network early in order to add extra UID
64 // routing rules referencing the netID. These rules need to be in place before the network is
65 // connected to avoid racing against client apps trying to connect to a half-setup network.
68 // ConnectivityService will tell netd to create the network if it was not already created, and
71 // If this network can satisfy the default NetworkRequest, then NetworkMonitor will
73 // If this network cannot satisfy the default NetworkRequest, it will immediately b
125 public final Network network; field in class:NetworkAgentInfo
273 public Network network() { method in class:NetworkAgentInfo
    [all...]
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
JobPreconditions.java 5 import android.net.Network;
30 for (Network network : connectivityManager.getAllNetworks()) {
31 NetworkInfo networkInfo = connectivityManager.getNetworkInfo(network);
  /prebuilts/go/darwin-x86/src/encoding/gob/
example_encdec_test.go 41 var network bytes.Buffer // Stand-in for the network.
44 enc := gob.NewEncoder(&network)
51 dec := gob.NewDecoder(&network)
  /prebuilts/go/darwin-x86/src/net/
main_plan9_test.go 16 func disableSocketConnect(network string) {}
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/nettest/
conntest_test.go 19 tests := []struct{ name, network string }{
27 if !nettest.TestableNetwork(tt.network) {
32 ln, err := nettest.NewLocalListener(tt.network)
44 c1, err1 = net.Dial(ln.Addr().Network(), ln.Addr().String())
55 switch tt.network {
  /prebuilts/go/linux-x86/src/encoding/gob/
example_encdec_test.go 41 var network bytes.Buffer // Stand-in for the network.
44 enc := gob.NewEncoder(&network)
51 dec := gob.NewDecoder(&network)
  /prebuilts/go/linux-x86/src/net/
main_plan9_test.go 16 func disableSocketConnect(network string) {}
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/nettest/
conntest_test.go 19 tests := []struct{ name, network string }{
27 if !nettest.TestableNetwork(tt.network) {
32 ln, err := nettest.NewLocalListener(tt.network)
44 c1, err1 = net.Dial(ln.Addr().Network(), ln.Addr().String())
55 switch tt.network {
  /external/autotest/client/cros/cellular/pseudomodem/
register_machine.py 54 logging.info('RegisterMachine: Starting network scan.')
59 logging.error('An error occurred during network scan: ' + str(e))
81 # state to transition to when no network is present.
93 # Pick the last network in the list. Roaming networks will come before
94 # the home network which makes the last item in the list the home
95 # network.
101 "Unknown network: " + self._operator_code))
103 network = self._modem.scanned_networks[self._operator_code]
105 network = self._networks[-1]
107 'RegisterMachine: Registering to network: ' + str(network)
    [all...]
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner
10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
12 from autotest_lib.server.cros.network import hostap_config
13 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py 10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
12 from autotest_lib.server.cros.network import netperf_runner
13 from autotest_lib.server.cros.network import netperf_session
14 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
network_WiFi_ChannelScanDwellTime.py 10 from autotest_lib.server.cros.network import frame_sender
11 from autotest_lib.server.cros.network import hostap_config
12 from autotest_lib.server.cros.network import wifi_interface_claim_context
15 from autotest_lib.client.common_lib.cros.network import tcpdump_analyzer
16 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_TDLSPing/
network_WiFi_TDLSPing.py 10 from autotest_lib.client.common_lib.cros.network import ping_runner
11 from autotest_lib.client.common_lib.cros.network import tcpdump_analyzer
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_cell_test_base
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 23 import android.net.Network;
91 final Network network = mCM == null ? null : mCM.getActiveNetwork(); local
92 return forceRefresh(network);
95 public boolean forceRefresh(Network network) {
108 final NetworkInfo ni = mCM == null ? null : mCM.getNetworkInfo(network);
117 if (client.requestTime(mServer, (int) mTimeout, network)) {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 15 import android.net.Network;
73 public Network getNetwork(JobParameters params) {
77 final Network network = mock(Network.class); local
79 when(network.openConnection(any())).then(new Answer<URLConnection>() {
88 return network;
93 public NetworkInfo getNetworkInfo(Network network, int uid, boolean ignoreBlocked) {
104 public NetworkCapabilities getNetworkCapabilities(Network network)
    [all...]
  /frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
CaptivePortalLoginActivity.java 29 import android.net.Network;
68 * This activity requests network connection if there is no available one before loading the real
79 private Network mNetwork;
114 final Network network = getNetworkForCaptivePortal(); local
115 if (network == null) {
118 setNetwork(network);
138 // Give time for this network to become default. After 500ms just proceed.
160 private void setNetwork(Network network) {
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 33 import android.net.Network;
267 public void onPreCheck(Network network) {
268 Log.d(TAG, "onPreCheck: " + network.netId);
271 public void onAvailable(Network network) {
272 Log.d(TAG, "onAvailable: " + network.netId);
275 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) {
276 Log.d(TAG, "onCapabilitiesChanged: " + network.netId + " " + nc.toString())
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
MultiNetworkConnectivityTestActivity.java 39 import android.net.Network;
67 * - When the wifi network does not have internet connectivity, the device should
69 * - When the wifi network that the phone connects to loses connectivity, then
71 * detects that the Wifi network doesn't have internet.
111 Log.d(TAG, "New network state " + networkInfo.getState());
289 Network network) {
290 NetworkCapabilities capabilities = connectivityManager.getNetworkCapabilities(network);
299 Network[] allNetworks = mConnectivityManager.getAllNetworks();
300 for (Network network : allNetworks)
508 int network = addOrUpdateNetwork(); local
    [all...]
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 23 1. Tests that the device auto connects to cellular network.
24 3. Tests that the device prefers ethernet over cellular network.
40 for network in networks_found:
41 network = NetworkInfo(name=network['Name'],
42 guid=network['GUID'],
43 connectionState=network.get('ConnectionState', 'none'),
44 networkType=network['Type'])
45 formatted_network_list.append(network)
51 """Turn on autoconnect for cellular network
    [all...]
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 10 from autotest_lib.client.common_lib.cros.network import interface
11 from autotest_lib.client.common_lib.cros.network import iw_runner
12 from autotest_lib.client.common_lib.cros.network import netblock
13 from autotest_lib.client.common_lib.cros.network import ping_runner
14 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
20 from autotest_lib.server.cros.network import hostap_config
21 from autotest_lib.server.cros.network import wifi_client
69 logging.info('Looking for privet bootstrapping network from DUT.')
139 logging.info('Waiting for DUT to connect to router network.')
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPnoTest.py 98 expected_con: The expected info of the network to we expect the DUT
109 self.log.info("Connected to %s network after PNO interval"
127 network = {}
128 network[WifiEnums.SSID_KEY] = ssid_name_base + str(i)
129 network[WifiEnums.PWD_KEY] = "pno_dummy"
130 self.add_network_and_enable(network)
132 def add_network_and_enable(self, network):
133 """Add a network and enable it.
136 network : Network details for the network to be added
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
MailTransport.java 19 import android.net.Network;
57 private final Network network; field in class:MailTransport
70 Network network,
76 this.network = network;
88 return new MailTransport(context, imapHelper, network, host, port, flags);
108 if (network == null) {
112 InetAddress[] inetAddresses = network.getAllByName(host)
    [all...]

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 91011>>