HomeSort by relevance Sort by last modified time
    Searched refs:Cellular (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chromeos/network/
shill_property_util.h 56 // Only WiFi, VPN, Ethernet and EthernetEAP are supported. WiMax and Cellular
65 // supported. WiMax and Cellular are not supported.
79 // Matches cellular or wimax networks.
89 static NetworkTypePattern Cellular();
shill_property_util_unittest.cc 17 : cellular_(NetworkTypePattern::Cellular()),
56 // Each pair of {Mobile, Wireless, Cellular} is matching. Matching is
66 // Cellular matches NonVirtual. NonVirtual matches Ethernet. But Cellular
99 EXPECT_EQ(cellular_.ToDebugString(), "cellular");
network_state_handler_unittest.cc 224 network_state_handler_->FirstNetworkByType(NetworkTypePattern::Cellular())
shill_property_util.cc 343 NetworkTypePattern NetworkTypePattern::Cellular() {
  /external/chromium_org/chrome/browser/resources/chromeos/
network.js 9 'Error', 'Address', 'Security', 'Cellular.NetworkTechnology',
10 'Cellular.ActivationState', 'Cellular.RoamingState',
11 'Cellular.OutOfCredits', 'Strength'
  /external/chromium_org/chrome/browser/chromeos/extensions/
info_private_api.cc 87 chromeos::NetworkTypePattern::Cellular());
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 327 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Cellular()))
328 network_list->AppendString("Cellular");
363 NetworkTypePattern::Cellular(), true,
401 NetworkTypePattern::Cellular(), false,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 127 const DeviceState* cellular = local
128 handler->GetDeviceStateByType(NetworkTypePattern::Cellular());
129 if (!cellular) {
131 "A cellular device is not available.",
132 "Cannot initiate a cellular network scan without a cellular device.");
136 device_path_ = cellular->path();
163 const DeviceState* cellular = GetNetworkStateHandler()->GetDeviceState( local
166 if (!cellular) {
167 LOG(WARNING) << "Cellular device with path '" << device_path
    [all...]
sim_unlock_ui.cc 202 // Returns the cellular device that this dialog currently corresponds to.
250 void ProcessSimCardState(const DeviceState* cellular);
253 void UpdatePage(const DeviceState* cellular, const std::string& error_msg);
258 // Path of the Cellular device that we monitor property updates from.
367 ->GetTechnologyState(NetworkTypePattern::Cellular()) !=
400 LOG(WARNING) << "Cellular device with path '" << cellular_device_path_
423 const DeviceState* cellular = GetCellularDevice(); local
424 if (!cellular) {
425 VLOG(1) << "Cellular device disappeared. Dismissing dialog.";
446 ProcessSimCardState(cellular);
507 const DeviceState* cellular = GetCellularDevice(); local
527 const DeviceState* cellular = GetCellularDevice(); local
547 const DeviceState* cellular = GetCellularDevice(); local
568 const DeviceState* cellular = GetCellularDevice(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 418 // Cellular Networks
419 if (handler->IsTechnologyEnabled(NetworkTypePattern::Cellular())) {
420 // List Cellular networks.
456 // For GSM add cellular network scan.
458 handler->GetDeviceStateByType(NetworkTypePattern::Cellular());
473 // Initializing cellular modem...
520 // No networks available (and not initializing cellular or wifi scanning)
539 // Do not show disable wifi or cellular during oobe.
  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 57 cellular_.reset(new NetworkDevice("cellular"));
218 IN_PROC_BROWSER_TEST_F(NetworkScreenTest, Cellular) {
239 scoped_ptr<CellularNetwork> cellular(new CellularNetwork("cellular"));
241 .WillOnce(Return(cellular.get()));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 170 const char kTagCellular[] = "cellular";
729 void PopulateCellularDetails(const NetworkState* cellular,
2071 const DeviceState* cellular = local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 70 // Updates the local state for cellular networks. Returns true if changed.
548 if (network->Matches(NetworkTypePattern::Cellular()))
751 // a Cellular device shows up, so keep showing the initializing
807 // If no connecting network, check for cellular initializing.
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 46 // Cellular configuration file path.
50 // Cellular config file field names.
65 // Error codes matching codes defined in the cellular config file.
106 DVLOG(1) << "Cellular config file loaded: " << kCellularConfigPath;
108 LOG(ERROR) << "Error loading cellular config file: " << kCellularConfigPath;
129 LOG(WARNING) << "Bad cellular config file";
135 LOG(WARNING) << "Cellular config file missing version";
145 LOG(WARNING) << "Bad cellular config error value";
197 // Release the previous cellular config and setup a new empty one.
215 LOG(ERROR) << "Cellular device can't be found: " << network->device_path()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 849 const DeviceState* cellular local
    [all...]

Completed in 1037 milliseconds