HomeSort by relevance Sort by last modified time
    Searched defs:cellular (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/onc/
onc_constants.h 94 namespace cellular { namespace in namespace:onc
127 } // namespace cellular
onc_constants.cc 36 const char kCellular[] = "Cellular";
69 const char kCellular[] = "Cellular";
77 namespace cellular { namespace in namespace:onc
110 } // namespace cellular
  /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 201 // Returns the cellular device that this dialog currently corresponds to.
249 void ProcessSimCardState(const DeviceState* cellular);
252 void UpdatePage(const DeviceState* cellular, const std::string& error_msg);
257 // Path of the Cellular device that we monitor property updates from.
366 ->GetTechnologyState(NetworkTypePattern::Cellular()) !=
399 LOG(WARNING) << "Cellular device with path '" << cellular_device_path_
422 const DeviceState* cellular = GetCellularDevice(); local
423 if (!cellular) {
424 VLOG(1) << "Cellular device disappeared. Dismissing dialog.";
445 ProcessSimCardState(cellular);
506 const DeviceState* cellular = GetCellularDevice(); local
526 const DeviceState* cellular = GetCellularDevice(); local
546 const DeviceState* cellular = GetCellularDevice(); local
567 const DeviceState* cellular = GetCellularDevice(); local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 374 // SIM locking only applies to cellular, so the code below won't execute
382 // The following only applies to cellular.
385 // If this is true, then we have a cellular device with no SIM inserted.
388 // cellular. See crbug.com/125171.
389 NET_LOG_USER("Cannot enable cellular device without SIM.", log_string);
407 const NetworkState* cellular = GetNetworkState(service_path); local
408 if (!cellular || cellular->type() != shill::kTypeCellular) {
414 GetDeviceState(cellular->device_path());
425 if (cellular->activation_state() == shill::kActivationStateActivated)
439 const NetworkState* cellular = handler->GetNetworkState(service_path); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 149 const char kTagCellular[] = "cellular";
611 void PopulateCellularDetails(const NetworkState* cellular,
617 // Cellular network / connection settings.
618 dictionary->SetString(kTagNetworkTechnology, cellular->network_technology());
621 cellular->activation_state()));
624 cellular->roaming()));
628 cellular->connection_state()));
673 cellular->device_path());
680 cellular->ui_data().onc_source());
1789 const DeviceState* cellular = local
    [all...]

Completed in 145 milliseconds