HomeSort by relevance Sort by last modified time
    Searched full:current_plan (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 266 const CellularDataPlan* current_plan = *iter; local
272 if (IsApplicableBackupPlan(current_plan, *iter)) {
273 SaveLastCellularInfo(cellular, current_plan);
281 current_plan->GetUniqueIdentifier() != cellular_data_plan_unique_id_;
284 InitNewPlan(current_plan);
288 ShowNoDataNotification(current_plan->plan_type);
294 ShowLowDataNotification(current_plan);
297 SaveLastCellularInfo(cellular, current_plan);

Completed in 64 milliseconds