Searched refs:plan_dict (Results 1 – 1 of 1) sorted by relevance
564 DictionaryValue* plan_dict = new DictionaryValue(); in CellularDataPlanToDictionary() local565 plan_dict->SetInteger("planType", plan->plan_type); in CellularDataPlanToDictionary()566 plan_dict->SetString("name", plan->plan_name); in CellularDataPlanToDictionary()567 plan_dict->SetString("planSummary", plan->GetPlanDesciption()); in CellularDataPlanToDictionary()568 plan_dict->SetString("dataRemaining", plan->GetDataRemainingDesciption()); in CellularDataPlanToDictionary()569 plan_dict->SetString("planExpires", plan->GetPlanExpiration()); in CellularDataPlanToDictionary()570 plan_dict->SetString("warning", plan->GetRemainingWarning()); in CellularDataPlanToDictionary()571 return plan_dict; in CellularDataPlanToDictionary()