Searched refs:PerUidCounter (Results 1 – 4 of 4) sorted by relevance
36 PerUidCounter(-1) in testCounterMaximum()39 PerUidCounter(0) in testCounterMaximum()43 val testCounter = PerUidCounter(testLimit) in testCounterMaximum()57 val counter = PerUidCounter(3) in testIncrementCountOrThrow()91 val counter = PerUidCounter(3) in testDecrementCountOrThrow()120 val largeCounter = PerUidCounter(100) in testDecrementCountOrThrow()
30 public class PerUidCounter { class43 public PerUidCounter(final int maxCountPerUid) { in PerUidCounter() method in PerUidCounter
47 import com.android.net.module.util.PerUidCounter;76 private final PerUidCounter mDataUsageRequestsPerUid = new PerUidCounter(MAX_REQUESTS_PER_UID);
324 import com.android.net.module.util.PerUidCounter;7827 public static class RequestInfoPerUidCounter extends PerUidCounter {