Searched refs:other_plan (Results 1 – 2 of 2) sorted by relevance
69 const CellularDataPlan* plan, const CellularDataPlan* other_plan) { in IsApplicableBackupPlan() argument75 bool has_data = other_plan->plan_type == CELLULAR_DATA_PLAN_UNLIMITED || in IsApplicableBackupPlan()76 other_plan->remaining_data() > 0; in IsApplicableBackupPlan()78 (other_plan->plan_start_time - plan->plan_end_time).InSeconds() <= 1; in IsApplicableBackupPlan()
31 const CellularDataPlan* other_plan);