Searched refs:primaryPlan (Results 1 – 3 of 3) sorted by relevance
238 SubscriptionPlan primaryPlan = DataUsageUtils.getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local240 if (primaryPlan != null) { in refreshDataplanInfo()242 mDataplanSize = primaryPlan.getDataLimitBytes(); in refreshDataplanInfo()247 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()249 RecurrenceRule rule = primaryPlan.getCycleRule(); in refreshDataplanInfo()253 mSnapshotTime = primaryPlan.getDataUsageTime(); in refreshDataplanInfo()
280 final SubscriptionPlan primaryPlan = getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local283 if (primaryPlan != null) { in refreshDataplanInfo()285 mDataplanSize = primaryPlan.getDataLimitBytes(); in refreshDataplanInfo()290 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()292 RecurrenceRule rule = primaryPlan.getCycleRule(); in refreshDataplanInfo()297 mSnapshotTime = primaryPlan.getDataUsageTime(); in refreshDataplanInfo()
282 final SubscriptionPlan primaryPlan = getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local285 if (primaryPlan != null) { in refreshDataplanInfo()287 mDataplanSize = primaryPlan.getDataLimitBytes(); in refreshDataplanInfo()292 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()294 RecurrenceRule rule = primaryPlan.getCycleRule(); in refreshDataplanInfo()299 mSnapshotTime = primaryPlan.getDataUsageTime(); in refreshDataplanInfo()