Searched defs:cellular (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/onc/
H A Donc_constants.h105 namespace cellular { namespace in namespace:onc
142 } // namespace cellular
H A Donc_constants.cc87 namespace cellular { namespace in namespace:onc
124 } // namespace cellular
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc371 // SIM locking only applies to cellular, so the code below won't execute
379 // The following only applies to cellular.
382 // If this is true, then we have a cellular device with no SIM inserted.
385 // cellular. See crbug.com/125171.
386 NET_LOG_USER("Cannot enable cellular device without SIM.", log_string);
404 const NetworkState* cellular = GetNetworkState(service_path); local
405 if (!cellular || cellular->type() != shill::kTypeCellular) {
411 GetDeviceState(cellular->device_path());
422 if (cellular
436 const NetworkState* cellular = handler->GetNetworkState(service_path); local
[all...]
H A Dnetwork_state_notifier.cc139 const NetworkState* cellular) {
142 if (!cellular->cellular_out_of_credits() || did_show_out_of_credits_)
149 if (default_network && default_network != cellular)
162 base::UTF8ToUTF16(cellular->name()));
165 cellular->type(),
168 base::Bind(&network_connect::ShowNetworkSettings, cellular->path()));
173 const NetworkState* cellular) {
174 // Keep track of any activating cellular network.
175 std::string activation_state = cellular->activation_state();
177 cellular_activating_.insert(cellular
138 UpdateCellularOutOfCredits( const NetworkState* cellular) argument
172 UpdateCellularActivating( const NetworkState* cellular) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc86 const NetworkState* cellular) {
88 GetDeviceState(cellular->device_path());
91 NET_LOG_ERROR("Empty carrier ID for cellular network",
85 GetCarrier( const NetworkState* cellular) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc125 const DeviceState* cellular = local
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) {
169 if (cellular->scanning()) {
175 cellular
[all...]
H A Dsim_unlock_ui.cc193 // 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);
400 const DeviceState* cellular = GetCellularDevice(); local
401 if (!cellular) {
420 ProcessSimCardState(cellular);
464 const DeviceState* cellular = GetCellularDevice(); local
465 if (!cellular) {
466 NOTREACHED() << "Calling RequirePin method w/o cellular device.";
470 NET_LOG_USER(operation_name, cellular
484 const DeviceState* cellular = GetCellularDevice(); local
504 const DeviceState* cellular = GetCellularDevice(); local
525 const DeviceState* cellular = GetCellularDevice(); local
657 ProcessSimCardState( const DeviceState* cellular) argument
745 UpdatePage(const DeviceState* cellular, const std::string& error_msg) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc199 bool ShowViewAccountButton(const NetworkState* cellular) { argument
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();
489 LOG(WARNING) << "SetCarrierCallback with no cellular device.";
1016 const DeviceState* cellular = local
1025 cellular
[all...]

Completed in 3118 milliseconds