Home | History | Annotate | Download | only in status

Lines Matching refs:cellular

127   const NetworkDevice* cellular = network_library->FindCellularDevice();
128 if (cellular) {
129 cellular_device_path_ = cellular->device_path();
130 was_sim_locked_ = cellular->is_sim_locked();
167 const NetworkDevice* cellular = cros->FindCellularDevice();
168 if (cellular) {
173 if (was_sim_locked_ && !cellular->is_sim_locked() &&
177 was_sim_locked_ = cellular->is_sim_locked();
248 const Network* cellular =
250 if (!cellular)
252 ShowTabbedNetworkSettings(cellular);
264 LOG(ERROR) << "Empty carrier ID with a cellular connected.";
380 const CellularNetwork* cellular =
382 right_badge = BadgeForNetworkTechnology(cellular);
383 SetIconAndBadges(IconForNetworkStrength(cellular, false),
387 UTF8ToUTF16(cellular->name()))));
408 const NetworkDevice* cellular = cros->FindCellularDevice();
409 std::string new_cellular_device_path = cellular ?
410 cellular->device_path() : std::string();
416 was_sim_locked_ = cellular->is_sim_locked();