Searched refs:primaryPlan (Results 1 – 2 of 2) sorted by relevance
243 SubscriptionPlan primaryPlan = DataUsageUtils.getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local245 if (primaryPlan != null) { in refreshDataplanInfo()247 mDataplanSize = primaryPlan.getDataLimitBytes(); in refreshDataplanInfo()252 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()254 RecurrenceRule rule = primaryPlan.getCycleRule(); in refreshDataplanInfo()258 mSnapshotTime = primaryPlan.getDataUsageTime(); in refreshDataplanInfo()
309 final SubscriptionPlan primaryPlan = getPrimaryPlan(plans); in refreshDataplanInfo() local311 if (primaryPlan != null) { in refreshDataplanInfo()313 mDataplanSize = primaryPlan.getDataLimitBytes(); in refreshDataplanInfo()318 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()320 RecurrenceRule rule = primaryPlan.getCycleRule(); in refreshDataplanInfo()325 mSnapshotTime = primaryPlan.getDataUsageTime(); in refreshDataplanInfo()