Home
last modified time | relevance | path

Searched refs:plan_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.cc75 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() argument
137 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()
Dnetwork_message_observer.h37 virtual void ShowNoDataNotification(CellularDataPlanType plan_type);
Dnetwork_message_observer_unittest.cc17 plan.plan_type = type; in CreateDataPlan()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc1412 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 …]
Dnetwork_library.h775 plan_type(CELLULAR_DATA_PLAN_UNLIMITED), in CellularDataPlan()
780 plan_type(plan.plan_type), in CellularDataPlan()
805 CellularDataPlanType plan_type; variable
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc565 plan_dict->SetInteger("planType", plan->plan_type); in CellularDataPlanToDictionary()