Home
last modified time | relevance | path

Searched refs:keyUpperBound (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DIntCounter.java56 public final int keyUpperBound; field in IntCounter
66 public IntCounter(int keyLowerBound, int keyUpperBound) { in IntCounter() argument
68 this.keyUpperBound = keyUpperBound; in IntCounter()
82 key = Math.max(keyLowerBound, Math.min(key, keyUpperBound)); in add()