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.java601 Bundle allCounts = new Bundle(); in writeToParcel() local
612 allCounts.putBundle(action, currentCounts); in writeToParcel()
615 dest.writeBundle(allCounts); in writeToParcel()
655 Bundle allCounts = in.readBundle();
656 if (allCounts != null) {
658 for (String action : allCounts.keySet()) {
663 Bundle currentCounts = allCounts.getBundle(action);