HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 101 - 125 of 387) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 31 #include "chromeos/network/device_state.h"
32 #include "chromeos/network/network_configuration_handler.h"
33 #include "chromeos/network/network_event_log.h"
34 #include "chromeos/network/network_state.h"
35 #include "chromeos/network/network_state_handler.h"
36 #include "chromeos/network/network_state_handler_observer.h"
87 // Converts the network properties into a JS object.
194 // The network is not yet activated, and the webui is in activation flow.
196 // The network is activated, the webui displays network portal
510 const NetworkState* network = nsh->GetNetworkState(path.substr(1)); local
576 const NetworkState* network = local
    [all...]
choose_mobile_network_ui.cc 20 #include "chromeos/network/device_state.h"
21 #include "chromeos/network/network_device_handler.h"
22 #include "chromeos/network/network_event_log.h"
23 #include "chromeos/network/network_state_handler.h"
24 #include "chromeos/network/network_state_handler_observer.h"
48 // Network properties.
130 "Cannot initiate a cellular network scan without a cellular device.");
179 // We need to remove duplicates from the list because same network with
182 // network in UI.
184 base::DictionaryValue* network = new base::DictionaryValue() local
    [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 56 * Class that answers queries about the state of network connectivity. It also
57 * notifies applications when network connectivity changes. Get an instance
63 * <li>Monitor network connections (Wi-Fi, GPRS, UMTS, etc.)</li>
64 * <li>Send broadcast intents when network connectivity changes</li>
65 * <li>Attempt to "fail over" to another network when connectivity to a network
77 * A change in network connectivity has occurred. A default connection has either
78 * been established or lost. The NetworkInfo for the affected network is
83 * disconnected network, then the FAILOVER_CONNECTION boolean extra is
87 * to connect (or has already connected) to another network, th
1780 final Network network = getProcessDefaultNetwork(); local
2201 Network network = (Network)getObject(message, Network.class); local
2216 Network network = (Network)getObject(message, Network.class); local
    [all...]
  /external/chromium_org/ui/chromeos/network/
network_list.cc 5 #include "ui/chromeos/network/network_list.h"
10 #include "chromeos/network/network_state.h"
11 #include "chromeos/network/network_state_handler.h"
12 #include "chromeos/network/network_state_handler_observer.h"
15 #include "ui/chromeos/network/network_icon.h"
16 #include "ui/chromeos/network/network_icon_animation.h"
17 #include "ui/chromeos/network/network_info.h"
18 #include "ui/chromeos/network/network_list_delegate.h"
71 const chromeos::NetworkState* network = *iter; local
72 if (!pattern.MatchesType(network->type())
86 const chromeos::NetworkState* network = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.h 14 #include "chromeos/network/network_state_handler_observer.h"
41 const NetworkState* network) OVERRIDE;
42 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
51 // Subscribes NetworkScreen to the network change notification,
52 // forces refresh of current network state.
64 // Subscribes to network change notifications.
67 // Unsubscribes from network change notifications.
73 // Called by |connection_timer_| when connection to the network timed out.
76 // Update UI based on current network status.
79 // Stops waiting for network to connect
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_network.css 32 html:not([highlight=strong]) #network-timezone-setting {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h 18 #include "chromeos/network/network_state_handler_observer.h"
19 #include "chromeos/network/portal_detector/network_portal_detector.h"
26 // Class which observes network state changes and calls registered callbacks.
27 // State is considered changed if connection or the active network has been
28 // changed. Also, it answers to the requests about current network state.
58 // Adds observer to be notified when network state has been changed.
65 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
69 const NetworkState* network,
  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 10 to continue using this network.</p>
  /frameworks/volley/src/com/android/volley/toolbox/
Volley.java 25 import com.android.volley.Network;
39 * @param stack An {@link HttpStack} to use for the network, or null for default.
63 Network network = new BasicNetwork(stack); local
65 RequestQueue queue = new RequestQueue(new DiskBasedCache(cacheDir), network);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiNetworksBrowseInfo.java 117 for (ScanResult network : networks) {
118 if (network != null) {
119 WifiSecurity security = WifiSecurity.getSecurity(network);
123 WifiConnectionActivity.createIntent(mContext, network, security);
125 network.level, NUMBER_SIGNAL_LEVELS);
127 network, signalLevel);
128 if (WifiConfigHelper.areSameNetwork(mWifiManager, network, currentConnection)) {
133 imageResourceId = getCurrentNetworkIconResourceId(network, signalLevel);
136 Integer itemId = getItemId(network, security);
139 Log.d(TAG, "Network " + itemId + " has SSID=" + network.SSID
    [all...]
ConnectivityStatusIconUriGetter.java 113 WifiConfiguration network = WifiConfigHelper.getWifiConfiguration(wifiMan, local
115 if (network != null) {
116 return WifiSecurity.isOpen(network);
118 Log.w(TAG, "Could not determine if network is secure or not! Defaulting to open icon.");
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 5 #include "ash/system/chromeos/network/network_connect.h"
9 #include "ash/system/chromeos/network/network_state_notifier.h"
19 #include "chromeos/network/device_state.h"
20 #include "chromeos/network/network_activation_handler.h"
21 #include "chromeos/network/network_configuration_handler.h"
22 #include "chromeos/network/network_connection_handler.h"
23 #include "chromeos/network/network_event_log.h"
24 #include "chromeos/network/network_handler_callbacks.h"
25 #include "chromeos/network/network_profile.h"
26 #include "chromeos/network/network_profile_handler.h
69 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
334 const NetworkState* network = GetNetworkState(service_path); local
542 const NetworkState* network = GetNetworkState(service_path); local
    [all...]
tray_vpn.h 8 #include "ash/system/chromeos/network/tray_network_state_observer.h"
41 const chromeos::NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 20 #include "chromeos/network/network_profile.h"
21 #include "chromeos/network/network_profile_handler.h"
22 #include "chromeos/network/network_state.h"
23 #include "chromeos/network/network_state_handler.h"
24 #include "chromeos/network/onc/onc_utils.h"
32 // Writes the proxy config of |network| to |proxy_config|. Set |onc_source| to
34 // proxy was configured for this network.
37 const NetworkState& network,
42 profile_prefs, local_state_prefs, network, onc_source);
73 // Register for changes to the default network
164 const NetworkState* network = handler->DefaultNetwork(); local
    [all...]
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.cc 5 #include "chromeos/network/host_resolver_impl_chromeos.h"
10 #include "chromeos/network/device_state.h"
11 #include "chromeos/network/network_handler.h"
12 #include "chromeos/network/network_state.h"
13 #include "chromeos/network/network_state_handler.h"
14 #include "chromeos/network/network_state_handler_observer.h"
55 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE {
56 if (!network) {
57 DVLOG(2) << "DefaultNetworkChanged: No Network.";
63 network_state_handler_->GetDeviceState(network->device_path())
    [all...]
client_cert_resolver.cc 5 #include "chromeos/network/client_cert_resolver.h"
23 #include "chromeos/network/managed_network_configuration_handler.h"
24 #include "chromeos/network/network_state.h"
32 // Describes a network |network_path| for which a matching certificate |cert_id|
91 // Describes a network that is configured with the certificate pattern
189 VLOG(1) << "Couldn't find a matching client cert for network "
192 // network.
353 // Compare this network with all certificates.
354 const NetworkState* network = local
357 if (!network) {
375 const NetworkState* network = *it; local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_network_test.cc 111 EXPECT_EQ(0, vie_.network->RegisterSendTransport(channel_, transport));
115 EXPECT_EQ(0, vie_.network->DeregisterSendTransport(channel_));
126 EXPECT_EQ(0, vie_.network->ReceivedBWEPacket(channel_, time, kPacketSize,
150 EXPECT_EQ(0, vie_.network->ReceivedBWEPacket(channel_, time, kPacketSize,
170 EXPECT_EQ(0, vie_.network->ReceivedBWEPacket(channel_, time, kPacketSize,
201 EXPECT_EQ(0, vie_.network->ReceivedBWEPacket(channel_, time, kPacketSize,
205 EXPECT_EQ(0, vie_.network->ReceivedBWEPacket(channel_, time, kPacketSize,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 25 import android.net.Network;
71 // TODO: re-register network callback on user change.
189 public void onAvailable(Network network) {
191 mConnectivityManager.getNetworkCapabilities(network);
192 if (DEBUG) Log.d(TAG, "onAvailable " + network.netId + " : " + networkCapabilities);
194 setCurrentNetid(network.netId);
201 public void onLost(Network network) {
202 if (DEBUG) Log.d(TAG, "onLost " + network.netId)
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_network_protocol_handler.cc 29 namespace network = ::chrome::devtools::Network;
33 if (method == network::emulateNetworkConditions::kName) {
35 } else if (method == network::canEmulateNetworkConditions::kName) {
66 namespace names = ::chrome::devtools::Network::emulateNetworkConditions;
  /external/chromium_org/rlz/mac/lib/
machine_id_mac.cc 7 #include <IOKit/network/IOEthernetController.h>
8 #include <IOKit/network/IOEthernetInterface.h>
9 #include <IOKit/network/IONetworkInterface.h>
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvie.h 94 webrtc::ViECapture* capture, webrtc::ViENetwork* network,
102 network_(network),
114 webrtc::ViENetwork* network() { return network_.get(); } function in class:cricket::ViEWrapper
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.h 50 rtc::Network* network,
56 TCPPort* port = new TCPPort(thread, factory, network,
78 rtc::Network* network, const rtc::IPAddress& ip,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_file_based_comparison_tests.cc 69 interfaces.base, interfaces.network, interfaces.rtp_rtcp,
94 const NetworkParameters& network,
122 bit_rate_kbps, network, frame_drop_detector,
  /frameworks/native/cmds/dumpstate/
dumpstate.c 106 char network[PROPERTY_VALUE_MAX], date[80]; local
114 property_get("gsm.operator.alpha", network, "(unknown)");
126 printf("Network: %s\n", network);
225 dump_file("NETWORK DEV INFO", "/proc/net/dev");
226 dump_file("QTAGUID NETWORK INTERFACES INFO", "/proc/net/xt_qtaguid/iface_stat_all");
227 dump_file("QTAGUID NETWORK INTERFACES INFO (xt)", "/proc/net/xt_qtaguid/iface_stat_fmt");
245 run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL);
274 property_get("dhcp.wlan0.gateway", network, "");
275 if (network[0]
    [all...]

Completed in 7751 milliseconds

1 2 3 45 6 7 8 91011>>