/external/chromium_org/chrome/browser/chromeos/login/screens/ |
network_screen.h | 14 #include "chromeos/network/network_state_handler_observer.h" 37 const NetworkState* network) OVERRIDE; 38 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE; 47 // Subscribes NetworkScreen to the network change notification, 48 // forces refresh of current network state. 60 // Subscribes to network change notifications. 63 // Unsubscribes from network change notifications. 69 // Called by |connection_timer_| when connection to the network timed out. 72 // Update UI based on current network status. 75 // Stops waiting for network to connect [all...] |
mock_error_screen.h | 34 const std::string& network));
|
/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/ |
choose_mobile_network_ui.cc | 19 #include "chromeos/network/device_state.h" 20 #include "chromeos/network/network_device_handler.h" 21 #include "chromeos/network/network_event_log.h" 22 #include "chromeos/network/network_state_handler.h" 23 #include "chromeos/network/network_state_handler_observer.h" 50 // Network properties. 132 "Cannot initiate a cellular network scan without a cellular device."); 181 // We need to remove duplicates from the list because same network with 184 // network in UI. 186 base::DictionaryValue* network = new base::DictionaryValue() local [all...] |
network_config_message_handler.cc | 13 #include "chromeos/network/managed_network_configuration_handler.h" 14 #include "chromeos/network/network_state.h" 15 #include "chromeos/network/network_state_handler.h" 16 #include "chromeos/network/network_util.h" 17 #include "chromeos/network/onc/onc_signature.h" 18 #include "chromeos/network/onc/onc_utils.h" 19 #include "chromeos/network/shill_property_util.h" 30 const NetworkState* network = local 33 if (!network) 35 *service_path = network->path() [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
network_state_informer.h | 19 #include "chromeos/network/network_state_handler_observer.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 | 122 for (ScanResult network : networks) { 123 if (network != null) { 124 WifiSecurity security = WifiSecurity.getSecurity(network); 128 WifiConnectionActivity.createIntent(mContext, network, security); 130 network.level, NUMBER_SIGNAL_LEVELS); 132 network, signalLevel); 133 if (WifiConfigHelper.areSameNetwork(mWifiManager, network, currentConnection)) { 138 imageResourceId = getCurrentNetworkIconResourceId(network, signalLevel); 141 Integer itemId = getItemId(network, security); 144 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.");
|
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 55 * Class that answers queries about the state of network connectivity. It also 56 * notifies applications when network connectivity changes. Get an instance 62 * <li>Monitor network connections (Wi-Fi, GPRS, UMTS, etc.)</li> 63 * <li>Send broadcast intents when network connectivity changes</li> 64 * <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 2215 Network network = (Network)getObject(message, Network.class); local 2230 Network network = (Network)getObject(message, Network.class); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
connectivitychecker_unittest.cc | 42 // Fake implementation to mock away real network usage. 47 talk_base::Network* network, const talk_base::IPAddress& ip, 50 : RelayPort(thread, factory, network, ip, min_port, max_port, 60 // Fake implementation to mock away real network usage. 65 talk_base::Network* network, 70 : StunPort(thread, factory, network, ip, min_port, max_port, 82 // Fake implementation to mock away real network usage by responding 191 // Overridden methods for faking a real network [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl.cc | 21 #include "chromeos/network/network_profile.h" 22 #include "chromeos/network/network_profile_handler.h" 23 #include "chromeos/network/network_state.h" 24 #include "chromeos/network/network_state_handler.h" 25 #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 163 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" 9 #include "chromeos/network/device_state.h" 10 #include "chromeos/network/network_handler.h" 11 #include "chromeos/network/network_state.h" 12 #include "chromeos/network/network_state_handler.h" 13 #include "chromeos/network/network_state_handler_observer.h" 54 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE { 55 if (!network) { 56 DVLOG(2) << "DefaultNetworkChanged: No Network."; 62 network_state_handler_->GetDeviceState(network->device_path()) [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,
|
/external/chromium_org/tools/perf/metrics/ |
network_unittest.py | 9 from metrics import network namespace 21 GZIPPED_HTML_LEN = network.HTTPResponse.GetGizppedBodyLength(HTML_BODY) 33 e = event.TimelineEvent('network', 'HTTPResponse', 0, 0) 52 resp = network.HTTPResponse(self.MakeNetworkTimelineEvent( 71 resp = network.HTTPResponse(self.MakeNetworkTimelineEvent( 90 resp = network.HTTPResponse(self.MakeNetworkTimelineEvent( 110 resp = network.HTTPResponse(self.MakeNetworkTimelineEvent( 157 metric = network.NetworkMetric()
|
/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/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 talk_base::Network* network, 56 TCPPort* port = new TCPPort(thread, factory, network, 78 talk_base::Network* network, const talk_base::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 | 83 char network[PROPERTY_VALUE_MAX], date[80]; local 91 property_get("gsm.operator.alpha", network, "(unknown)"); 103 printf("Network: %s\n", network); 200 dump_file("NETWORK DEV INFO", "/proc/net/dev"); 201 dump_file("QTAGUID NETWORK INTERFACES INFO", "/proc/net/xt_qtaguid/iface_stat_all"); 202 dump_file("QTAGUID NETWORK INTERFACES INFO (xt)", "/proc/net/xt_qtaguid/iface_stat_fmt"); 220 run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL); 249 property_get("dhcp.wlan0.gateway", network, ""); 250 if (network[0] [all...] |
/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" 18 #include "chromeos/network/device_state.h" 19 #include "chromeos/network/network_activation_handler.h" 20 #include "chromeos/network/network_configuration_handler.h" 21 #include "chromeos/network/network_connection_handler.h" 22 #include "chromeos/network/network_event_log.h" 23 #include "chromeos/network/network_handler_callbacks.h" 24 #include "chromeos/network/network_profile.h" 25 #include "chromeos/network/network_profile_handler.h 69 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local 342 const NetworkState* network = GetNetworkState(service_path); local 545 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;
|