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

  /external/chromium_org/chromeos/network/
network_type_pattern.h 20 // Matches wireless (WiFi, cellular, etc.) networks
23 // Matches cellular or wimax networks.
33 static NetworkTypePattern Cellular();
network_type_pattern.cc 87 NetworkTypePattern NetworkTypePattern::Cellular() {
network_type_pattern_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_device_handler_impl.cc 457 network_state_handler_->GetDeviceListByType(NetworkTypePattern::Cellular(),
460 NET_LOG_DEBUG("No cellular device is available",
461 "Roaming is only supported by cellular devices.");
network_state_handler_unittest.cc 296 network_state_handler_->FirstNetworkByType(NetworkTypePattern::Cellular())
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 127 } else if (type == 'Cellular') {
182 // In Chrome we sometimes want to enable the Cellular carrier select UI.
249 $('cellular-apn-use-default').addEventListener('click', function(event) {
253 $('cellular-apn-set').addEventListener('click', function(event) {
254 DetailsInternetPage.getInstance().setApn_($('cellular-apn').value);
257 $('cellular-apn-cancel').addEventListener('click', function(event) {
489 updateHidden('#details-internet-page .cellular-details',
490 this.type_ != 'Cellular');
498 // Cellular
499 if (onc && this.type_ == 'Cellular') {
    [all...]
network_list.js 31 // Cellular activation states:
44 'Cellular',
56 * Indicates if cellular networks are available.
63 * Indicates if cellular networks are enabled.
70 * Indicates if cellular device supports network scanning.
77 * Indicates the current SIM lock type of the cellular device.
84 * Indicates whether the SIM card is absent on the cellular device.
484 } else if (this.data_.key == 'Cellular') {
488 command: createAddConnectionCallback_('Cellular'),
566 this.data_.key == 'Cellular') {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
info_private_api.cc 173 chromeos::NetworkTypePattern::Cellular());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 125 const DeviceState* cellular = local
126 handler->GetDeviceStateByType(NetworkTypePattern::Cellular());
127 if (!cellular) {
129 "A cellular device is not available.",
130 "Cannot initiate a cellular network scan without a cellular device.");
134 device_path_ = cellular->path();
161 const DeviceState* cellular = GetNetworkStateHandler()->GetDeviceState( local
164 if (!cellular) {
165 LOG(WARNING) << "Cellular device with path '" << device_path
    [all...]
sim_unlock_ui.cc 193 // Returns the cellular device that this dialog currently corresponds to.
229 void ProcessSimCardState(const DeviceState* cellular);
232 void UpdatePage(const DeviceState* cellular, const std::string& error_msg);
237 // Path of the Cellular device that we monitor property updates from.
347 ->GetTechnologyState(NetworkTypePattern::Cellular()) !=
377 LOG(WARNING) << "Cellular device with path '" << cellular_device_path_
400 const DeviceState* cellular = GetCellularDevice(); local
401 if (!cellular) {
402 VLOG(1) << "Cellular device disappeared. Dismissing dialog.";
420 ProcessSimCardState(cellular);
464 const DeviceState* cellular = GetCellularDevice(); local
484 const DeviceState* cellular = GetCellularDevice(); local
504 const DeviceState* cellular = GetCellularDevice(); local
525 const DeviceState* cellular = GetCellularDevice(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 199 bool ShowViewAccountButton(const NetworkState* cellular) {
200 if (cellular->activation_state() != shill::kActivationStateActivating &&
201 cellular->activation_state() != shill::kActivationStateActivated)
206 cellular->device_path());
210 if (cellular->payment_url().empty()) {
219 if (!cellular->IsConnectedState()) {
225 const std::string& technology = cellular->network_technology();
465 handler->GetDeviceStateByType(NetworkTypePattern::Cellular());
468 handler->FirstNetworkByType(NetworkTypePattern::Cellular());
487 GetDeviceStateByType(NetworkTypePattern::Cellular());
1016 const DeviceState* cellular = 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...
519 // No networks available (and not initializing cellular or wifi scanning)
538 // Do not show disable wifi or cellular during oobe.
  /external/chromium_org/ui/chromeos/network/
network_list.cc 168 if (pattern.MatchesPattern(NetworkTypePattern::Cellular())) {
169 // Cellular initializing
network_icon.cc 76 // Updates the local state for cellular networks. Returns true if changed.
603 if (network->Matches(NetworkTypePattern::Cellular()))
866 // a Cellular device shows up, so keep showing the initializing
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 383 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Cellular()))
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 662 return NetworkTypePattern::Cellular();
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 45 // Cellular configuration file path.
49 // Cellular config file field names.
64 // Error codes matching codes defined in the cellular config file.
111 DVLOG(1) << "Cellular config file loaded: " << kCellularConfigPath;
113 LOG(ERROR) << "Error loading cellular config file: " << kCellularConfigPath;
134 LOG(WARNING) << "Bad cellular config file";
141 LOG(WARNING) << "Cellular config file missing version";
152 LOG(WARNING) << "Bad cellular config error value";
205 // Release the previous cellular config and setup a new empty one.
223 LOG(ERROR) << "Cellular device can't be found: " << network->device_path()
    [all...]

Completed in 589 milliseconds