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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 52 import android.net.Network;
156 // network sampling debugging
161 // TODO: create better separation between radio types and network types
163 // how long to wait before switching back to a radio's default network
186 // Set network sampling interval at 12 minutes, this way, even if the timers get
191 // start network sampling a minute after booting ...
210 /** Currently active network rules by UID. */
216 * Sometimes we want to refer to the individual network state
244 // Indicates a network was just validated for the first time. If the network is found t
798 Network network = null; local
852 Network network = null; local
    [all...]
NetworkScoreService.java 154 for (ScoredNetwork network : networks) {
155 List<ScoredNetwork> networkList = networksByType.get(network.networkKey.type);
158 networksByType.put(network.networkKey.type, networkList);
160 networkList.add(network);
163 // Pass the scores of each type down to the appropriate network scorer.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_error_message.css 94 #offline-network-control {
99 .offline-network-list-label {
112 .error-guest-signin-fix-network {
  /external/chromium_org/remoting/webapp/
smart_reconnector.js 8 * network failure.
59 // The online event only means the network adapter is enabled, but
61 // Therefore, delay the connection by |kReconnectDelay| to allow for the network
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc 556 NetworkParameters network; local
557 network.loss_model = kUniformLoss;
562 network.packet_loss_rate = atoi(rate_str.c_str());
563 if (network.packet_loss_rate > 0) {
567 // Set network delay value
568 std::cout << "Enter network delay value [mS]" << std::endl;
571 network.mean_one_way_delay = atoi(delay_str.c_str());
572 extTransport->SetNetworkParameters(network);
  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 9 * determines when network quiescence has been reached based on the time since
47 // True when no resource has been loaded from the network for
51 // Time to wait before declaring network quiescence in milliseconds.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 86 // network and IP address.
100 rtc::Network* network,
110 // equivalent network setup.
111 void DisableEquivalentPhases(rtc::Network* network,
154 rtc::Network* network_;
400 // For each network, see if we have a sequence that covers it already. If not,
404 std::vector<rtc::Network*> networks;
478 rtc::Network* network, PortConfiguration* config, uint32* flags)
    [all...]
connectivitychecker.cc 234 std::vector<rtc::Network*> networks;
280 rtc::IPAddress ip = port->Network()->GetBestIP();
282 rtc::IPAddress ip = port->Network()->ip();
318 rtc::IPAddress ip = port->Network()->GetBestIP();
320 rtc::IPAddress ip = port->Network()->ip();
341 rtc::IPAddress ip = port->Network()->GetBestIP();
343 rtc::IPAddress ip = port->Network()->ip();
362 std::vector<rtc::Network*> networks;
380 const PortConfiguration* config, rtc::Network* network) {
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 5 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
13 #include "ash/system/chromeos/network/network_connect.h"
14 #include "ash/system/chromeos/network/tray_network_state_observer.h"
28 #include "chromeos/network/device_state.h"
29 #include "chromeos/network/network_configuration_handler.h"
30 #include "chromeos/network/network_state.h"
31 #include "chromeos/network/network_state_handler.h"
39 #include "ui/chromeos/network/network_icon.h"
40 #include "ui/chromeos/network/network_icon_animation.h"
41 #include "ui/chromeos/network/network_info.h
260 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
529 const NetworkState* network = handler->DefaultNetwork(); local
    [all...]
tray_vpn.cc 5 #include "ash/system/chromeos/network/tray_vpn.h"
10 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
16 #include "chromeos/network/network_state.h"
17 #include "chromeos/network/network_state_handler.h"
22 #include "ui/chromeos/network/network_icon.h"
23 #include "ui/chromeos/network/network_icon_animation.h"
180 void TrayVPN::NetworkServiceChanged(const chromeos::NetworkState* network) {
182 detailed_->NetworkServiceChanged(network);
network_state_list_detailed_view.h 10 #include "ash/system/chromeos/network/network_detailed_view.h"
15 #include "ui/chromeos/network/network_list.h"
16 #include "ui/chromeos/network/network_list_delegate.h"
57 const chromeos::NetworkState* network) OVERRIDE;
90 // Create and manage the network info bubble.
96 // Periodically request a network scan.
129 // A small bubble for displaying network info.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 134 const std::string& network) {
136 actor_->SetErrorState(error_state, network);
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_notification_controller_unittest.cc 8 #include "chromeos/network/network_state.h"
83 const NetworkState* network,
85 controller_.OnPortalDetectionCompleted(network, state);
131 // User already closed notification about portal state for this network,
141 // Second network is in online state, so there shouldn't be any
146 // User switches back to the first network, so notification should
157 // First network is behind a captive portal, so notification should
166 // Second network is also behind a captive portal, so notification
182 // Portal detector notified that second network is still behind captive
191 // Network was switched (by shill or by user) to wifi1. Notificatio
    [all...]
  /external/chromium_org/chromeos/network/
network_util.cc 5 #include "chromeos/network/network_util.h"
10 #include "chromeos/network/network_state.h"
11 #include "chromeos/network/network_state_handler.h"
12 #include "chromeos/network/onc/onc_signature.h"
13 #include "chromeos/network/onc/onc_translation_tables.h"
14 #include "chromeos/network/onc/onc_translator.h"
125 // If the network id property is not present then this network cannot be
144 const NetworkState* network) {
147 network->GetStateProperties(&shill_dictionary)
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 5 #include "chromeos/network/onc/onc_utils.h"
13 #include "chromeos/network/network_event_log.h"
14 #include "chromeos/network/onc/onc_mapper.h"
15 #include "chromeos/network/onc/onc_signature.h"
16 #include "chromeos/network/onc/onc_utils.h"
17 #include "chromeos/network/onc/onc_validator.h"
235 base::DictionaryValue* network = NULL; local
236 (*it)->GetAsDictionary(&network);
237 DCHECK(network);
239 kNetworkConfigurationSignature, substitution, network);
633 base::DictionaryValue* network = NULL; local
    [all...]
  /external/iptables/iptables/
iptables-apply 93 DEFAULT_FILE=/etc/network/ip6tables
98 DEFAULT_FILE=/etc/network/iptables
  /external/chromium_org/chromeos/network/portal_detector/
network_portal_detector.h 10 #include "chromeos/network/portal_detector/network_portal_detector_strategy.h"
17 // This class handles all notifications about network changes from
19 // network to CaptivePortalService.
48 // Called when portal detection is completed for |network|, or
50 // second case, |network| is the active network and |state| is a
51 // current portal state for the active network, which can be
53 // detection is in process for the active network. Note, that
54 // |network| may be NULL.
56 const NetworkState* network,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 37 const NetworkParameters& network,
121 // A frame being sent in external transport (to the simulated network). This
125 // network). This timestamp differs from the one in the Created state by a
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 25 is designed to provide DNS and, optionally, DHCP, to a small network. It can
30 leases and BOOTP for network booting of diskless machines.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseCacheAdapter.java 74 public void update(Response cached, Response network) throws IOException {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 142 char **network,
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 59 private static final boolean NETWORK = false;
70 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission.
135 if (permission == null || permission == NETWORK) {
184 List<Integer> network = new ArrayList<Integer>(); local
187 List<Integer> list = app.getValue() ? system : network;
194 mNetd.setPermission("NETWORK", toIntArray(network));
197 mNetd.clearPermission(toIntArray(network));
243 if (permission == null || permission == NETWORK) {
264 apps.put(appUid, NETWORK); // doesn't matter which permission we pick her
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_apitest.cc 253 void RespondToNetwork(const std::string& network) {
254 bool success = (network == "SuccessNetwork");
257 success, network, success ? "SuccessPass" : "");
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 11 #include <IOKit/network/IOEthernetController.h>
12 #include <IOKit/network/IOEthernetInterface.h>
13 #include <IOKit/network/IONetworkInterface.h>
120 // Use the MAC address of the first network interface.
148 // MAC address from built-in network card is always best choice.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.cc 12 #include "chromeos/network/network_state.h"
13 #include "chromeos/network/network_state_handler.h"
23 // Returns network name by service path.
25 const chromeos::NetworkState* network = local
28 if (!network)
30 return network->name();
263 LOG(WARNING) << "No delegate set to handle network configuration.";

Completed in 890 milliseconds

1 2 3 4 5 6 78 91011>>