Searched refs:currentCount (Results 1 – 1 of 1) sorted by relevance
137 int currentCount = chooserCounts.getOrDefault(category, 0); in updateChooserCounts() local138 chooserCounts.put(category, currentCount + 1); in updateChooserCounts()