Searched refs:plan_type (Results 1 – 6 of 6) sorted by relevance
75 bool has_data = other_plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED || in IsApplicableBackupPlan()103 if (plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED) { in InitNewPlan()135 CellularDataPlanType plan_type) { in ShowNoDataNotification() argument137 string16 message = plan_type == CELLULAR_DATA_PLAN_UNLIMITED ? in ShowNoDataNotification()150 if (plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED) { in ShowLowDataNotification()288 ShowNoDataNotification(current_plan->plan_type); in OnCellularDataPlanChanged()313 cellular_data_plan_type_ = plan->plan_type; in SaveLastCellularInfo()
37 virtual void ShowNoDataNotification(CellularDataPlanType plan_type);
17 plan.plan_type = type; in CreateDataPlan()
1412 switch (plan_type) { in GetPlanDesciption()1442 if (plan_type == chromeos::CELLULAR_DATA_PLAN_UNLIMITED) { in GetRemainingWarning()1447 } else if (plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_PAID || in GetRemainingWarning()1448 plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_BASE) { in GetRemainingWarning()1462 switch (plan_type) { in GetDataRemainingDesciption()1484 if (plan_type == chromeos::CELLULAR_DATA_PLAN_UNLIMITED) { in GetUsageInfo()1487 } else if (plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_PAID || in GetUsageInfo()1488 plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_BASE) { in GetUsageInfo()1512 base::Int64ToString(plan_type) + "|" + in GetUniqueIdentifier()3989 significant->plan_type == CELLULAR_DATA_PLAN_METERED_BASE) in GetSignificantDataPlanFromVector()[all …]
775 plan_type(CELLULAR_DATA_PLAN_UNLIMITED), in CellularDataPlan()780 plan_type(plan.plan_type), in CellularDataPlan()805 CellularDataPlanType plan_type; variable
565 plan_dict->SetInteger("planType", plan->plan_type); in CellularDataPlanToDictionary()