Searched refs:chooserCounts (Results 1 – 2 of 2) sorted by relevance
129 ArrayMap<String, Integer> chooserCounts; in updateChooserCounts() local132 chooserCounts = new ArrayMap<>(); in updateChooserCounts()133 usageStats.mChooserCounts.put(action, chooserCounts); in updateChooserCounts()135 chooserCounts = usageStats.mChooserCounts.valueAt(idx); in updateChooserCounts()137 int currentCount = chooserCounts.getOrDefault(category, 0); in updateChooserCounts()138 chooserCounts.put(category, currentCount + 1); in updateChooserCounts()
127 ArrayMap<String, ArrayMap<String, Integer>> chooserCounts = new ArrayMap<>(); in initStats() local130 chooserCounts.put(action, counts); in initStats()133 packageStats.mChooserCounts = chooserCounts; in initStats()