Home | History | Annotate | Download | only in cros

Lines Matching refs:plan_type

1412   switch (plan_type) {
1442 if (plan_type == chromeos::CELLULAR_DATA_PLAN_UNLIMITED) {
1447 } else if (plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_PAID ||
1448 plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_BASE) {
1462 switch (plan_type) {
1484 if (plan_type == chromeos::CELLULAR_DATA_PLAN_UNLIMITED) {
1487 } else if (plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_PAID ||
1488 plan_type == chromeos::CELLULAR_DATA_PLAN_METERED_BASE) {
1512 base::Int64ToString(plan_type) + "|" +
3989 significant->plan_type == CELLULAR_DATA_PLAN_METERED_BASE)
4000 if (plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED) {
4009 } else if (plan->plan_type == CELLULAR_DATA_PLAN_METERED_PAID ||
4010 plan->plan_type == CELLULAR_DATA_PLAN_METERED_BASE) {
4018 plan->plan_type != CELLULAR_DATA_PLAN_METERED_BASE)
4157 base_plan->plan_type = CELLULAR_DATA_PLAN_METERED_BASE;
4166 paid_plan->plan_type = CELLULAR_DATA_PLAN_METERED_PAID;