Searched defs:mChooserCounts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DUsageStats.java69 public ArrayMap<String, ArrayMap<String, Integer>> mChooserCounts; field in class:UsageStats
85 mChooserCounts = stats.mChooserCounts;
164 if (mChooserCounts == null) {
165 mChooserCounts = right.mChooserCounts;
166 } else if (right.mChooserCounts != null) {
167 final int chooserCountsSize = right.mChooserCounts.size();
169 String action = right.mChooserCounts.keyAt(i);
170 ArrayMap<String, Integer> counts = right.mChooserCounts
[all...]

Completed in 97 milliseconds