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

  /external/chromium_org/chrome/browser/chromeos/extensions/
info_private_api.cc 85 const chromeos::DeviceState* cellular_device = local
89 if (cellular_device)
90 home_provider_id = cellular_device->home_provider_id();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 398 const DeviceState* cellular_device = GetCellularDevice(); local
399 if (!cellular_device) {
407 if (cellular_device->sim_lock_type() == sim_lock_type_)
410 sim_lock_type_ = cellular_device->sim_lock_type();
411 uint32 retries_left = cellular_device->sim_retries_left();
417 ProcessSimCardState(cellular_device);
710 const DeviceState* cellular_device = local
713 if (cellular_device) {
714 cellular_device_path_ = cellular_device->path();
715 sim_lock_type_ = cellular_device->sim_lock_type()
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 399 const DeviceState* cellular_device = local
402 if (!cellular_device) {
406 if (!IsDirectActivatedCarrier(cellular_device->carrier())) {
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 457 const DeviceState* cellular_device = local
459 if (cellular_device && cellular_device->support_network_scan()) {
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 509 const NetworkDevice* cellular_device = cros->FindCellularDevice(); local
510 if (cellular_device) {
536 if (cellular_device->support_network_scan()) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1155 const chromeos::NetworkDevice* cellular_device = cros->FindCellularDevice(); local
    [all...]

Completed in 1781 milliseconds