Searched defs:countLimit (Results 1 – 1 of 1) sorted by relevance
81 public int countLimit; field in CountQuotaTracker.ExecutionStats390 final int countLimit = mMaxCategoryCounts.getOrDefault(category, Integer.MAX_VALUE); in getExecutionStatsLocked() local