Searched refs:chooserCounts (Results 1 – 2 of 2) sorted by relevance
343 ArrayMap<String, Integer> chooserCounts; in updateChooserCounts() local346 chooserCounts = new ArrayMap<>(); in updateChooserCounts()347 usageStats.mChooserCounts.put(action, chooserCounts); in updateChooserCounts()349 chooserCounts = usageStats.mChooserCounts.valueAt(idx); in updateChooserCounts()351 int currentCount = chooserCounts.getOrDefault(category, 0); in updateChooserCounts()352 chooserCounts.put(category, currentCount + 1); in updateChooserCounts()
124 ArrayMap<String, ArrayMap<String, Integer>> chooserCounts = new ArrayMap<>(); in initStats() local127 chooserCounts.put(action, counts); in initStats()130 packageStats.mChooserCounts = chooserCounts; in initStats()