Home | History | Annotate | Download | only in chromeos

Lines Matching refs:cellular

125   const DeviceState* cellular = handler->GetDeviceStateByType(
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(
164 if (!cellular) {
165 LOG(WARNING) << "Cellular device with path '" << device_path_
170 cellular->scan_results();