Home
last modified time | relevance | path

Searched refs:primaryPlan (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageSummaryPreferenceController.java238 SubscriptionPlan primaryPlan = DataUsageUtils.getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local
240 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummaryPreferenceController.java280 final SubscriptionPlan primaryPlan = getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local
283 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()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceController.java282 final SubscriptionPlan primaryPlan = getPrimaryPlan(mSubscriptionManager, in refreshDataplanInfo() local
285 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()