Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DIntCounterTest.java45 IntCounter counter = new IntCounter(); in testEmpty()
54 IntCounter counter = new IntCounter(); in testAddToCounter()
79 IntCounter counter = new IntCounter(-5, 100); in testAddToClampedCounter()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DIntCounter.java32 public class IntCounter extends SparseIntArray implements Iterable<IntCounter.KeyCount> { class
58 public IntCounter() { in IntCounter() method in IntCounter
66 public IntCounter(int keyLowerBound, int keyUpperBound) { in IntCounter() method in IntCounter
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java285 private IntCounter mPasspointDeauthImminentScope = new IntCounter();
320 private final IntCounter mTxLinkSpeedCount2g = new IntCounter();
321 private final IntCounter mTxLinkSpeedCount5gLow = new IntCounter();
322 private final IntCounter mTxLinkSpeedCount5gMid = new IntCounter();
324 private final IntCounter mTxLinkSpeedCount6gLow = new IntCounter();
325 private final IntCounter mTxLinkSpeedCount6gMid = new IntCounter();
328 private final IntCounter mRxLinkSpeedCount2g = new IntCounter();
329 private final IntCounter mRxLinkSpeedCount5gLow = new IntCounter();
330 private final IntCounter mRxLinkSpeedCount5gMid = new IntCounter();
332 private final IntCounter mRxLinkSpeedCount6gLow = new IntCounter();
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/
H A DAndroid.bp879 "com.android.server.wifi.util.IntCounter",
880 "com.android.server.wifi.util.IntCounter$*",
881 "com.android.server.wifi.util.IntCounter.**",