Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DPerUidCounter.java31 private final int mMaxCountPerUid; field in PerUidCounter
47 mMaxCountPerUid = maxCountPerUid; in PerUidCounter()
62 if (newCount > mMaxCountPerUid) { in incrementCountOrThrow()