Searched refs:validSize (Results 1 – 1 of 1) sorted by relevance
70 plan.dataLimitBytes > 0 && validSize(plan.dataUsageBytes) && plan.cycleRule != null in getPrimaryPlan()73 private fun validSize(value: Long): Boolean = value in 0L until PETA method