Home | History | Annotate | Download | only in cros

Lines Matching refs:plan

570   // Plan data will be passed through Network::Observer::CellularDataPlanChanged
770 // Cellular Data Plan management.
778 explicit CellularDataPlan(const CellularDataPlanInfo &plan)
779 : plan_name(plan.plan_name ? plan.plan_name : ""),
780 plan_type(plan.plan_type),
781 update_time(base::Time::FromInternalValue(plan.update_time)),
782 plan_start_time(base::Time::FromInternalValue(plan.plan_start_time)),
783 plan_end_time(base::Time::FromInternalValue(plan.plan_end_time)),
784 plan_data_bytes(plan.plan_data_bytes),
785 data_bytes_used(plan.data_bytes_used) { }
786 // Formats cellular plan description.
791 // Formats remaining plan data description.
793 // Formats plan expiration description.
795 // Formats plan usage info.
797 // Returns a unique string for this plan that can be used for comparisons.
801 // Returns plan data remaining in bytes.
904 // Called when the cellular data plan has changed.
1046 // This returns the significant data plan. If the user only has the
1047 // base data plan, then return that. If there is a base and a paid data plan,
1048 // then the significant one is the paid one. So return the paid plan.
1112 // Returns true if cellular plan payment had been recorded recently.