Home | History | Annotate | Download | only in cros

Lines Matching refs:plans

2448     // If we need a new plan, then ignore any data plans we have.
2457 const CellularDataPlanVector* plans = GetDataPlans(path);
2458 if (plans)
2459 return GetSignificantDataPlanFromVector(plans);
3438 // Find and delete any existing data plans associated with |service_path|.
3980 // Data Plans.
3983 const CellularDataPlanVector* plans) const {
3985 for (CellularDataPlanVector::const_iterator iter = plans->begin();
3986 iter != plans->end(); ++iter) {
4016 // For base plans, we do not care about low data.
4027 VLOG(1) << "Updating cellular data plans for: " << service_path;
4029 // Find and delete any existing data plans associated with |service_path|.
4033 data_plans->reset(); // This will delete existing data plans.