Searched refs:minInclusive (Results 1 – 1 of 1) sorted by relevance
53 public int nextJobSchedulerIdWithRange(int minInclusive, int maxInclusive) { in nextJobSchedulerIdWithRange() argument56 if (id < minInclusive || id > maxInclusive) { in nextJobSchedulerIdWithRange()58 id = minInclusive; in nextJobSchedulerIdWithRange()