Searched refs:limitLevel (Results 1 – 3 of 3) sorted by relevance
72 if (info.usageLevel < info.warningLevel || info.limitLevel <= 0) { in bind()78 } else if (info.usageLevel <= info.limitLevel) { in bind()81 bytes = info.limitLevel - info.usageLevel; in bind()85 formatBytes(info.limitLevel)); in bind()89 bytes = info.usageLevel - info.limitLevel; in bind()93 formatBytes(info.limitLevel)); in bind()107 graph.setLevels(info.limitLevel, info.warningLevel, info.usageLevel); in bind()118 boolean showLevel = info.warningLevel > 0 || info.limitLevel > 0; in bind()
57 public void setLevels(long limitLevel, long warningLevel, long usageLevel) { in setLevels() argument58 mLimitLevel = Math.max(0, limitLevel); in setLevels()
149 usage.limitLevel = policy.limitBytes > 0 ? policy.limitBytes : 0; in getDataUsageInfo()288 public long limitLevel; field in DataUsageController.DataUsageInfo