Home
last modified time | relevance | path

Searched refs:allCounts (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DUsageStats.java219 Bundle allCounts = new Bundle(); in writeToParcel() local
230 allCounts.putBundle(action, currentCounts); in writeToParcel()
233 dest.writeBundle(allCounts); in writeToParcel()
248 Bundle allCounts = in.readBundle();
249 if (allCounts != null) {
251 for (String action : allCounts.keySet()) {
256 Bundle currentCounts = allCounts.getBundle(action);