Searched refs:planLimitBytes (Results 1 – 1 of 1) sorted by relevance
2141 final long planLimitBytes = plan.getDataLimitBytes(); in updateDefaultMobilePolicyAL() local2142 if (planLimitBytes == SubscriptionPlan.BYTES_UNKNOWN) { in updateDefaultMobilePolicyAL()2145 } else if (planLimitBytes == SubscriptionPlan.BYTES_UNLIMITED) { in updateDefaultMobilePolicyAL()2149 policy.warningBytes = (planLimitBytes * 9) / 10; in updateDefaultMobilePolicyAL()2153 policy.limitBytes = planLimitBytes; in updateDefaultMobilePolicyAL()