Home
last modified time | relevance | path

Searched defs:countLimit (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/utils/quota/
DCountQuotaTracker.java81 public int countLimit; field in CountQuotaTracker.ExecutionStats
390 final int countLimit = mMaxCategoryCounts.getOrDefault(category, Integer.MAX_VALUE); in getExecutionStatsLocked() local