Searched refs:mMinBg (Results 1 – 1 of 1) sorted by relevance
335 private final KeyValueListParser.IntValue mMinBg; field in JobSchedulerService.MaxJobCounts341 mMinBg = new KeyValueListParser.IntValue(minBgKey, minBgDefault); in MaxJobCounts()347 mMinBg.parse(parser); in parse()360 if (mMinBg.getValue() < 0) { in parse()361 mMinBg.setValue(0); in parse()363 if (mMinBg.getValue() > mMaxBg.getValue()) { in parse()364 mMinBg.setValue(mMaxBg.getValue()); in parse()366 if (mMinBg.getValue() >= mTotal.getValue()) { in parse()367 mMinBg.setValue(mTotal.getValue() - 1); in parse()387 return mMinBg.getValue(); in getMinBg()[all …]