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.java625 Bundle allCounts = new Bundle(); in writeToParcel() local
636 allCounts.putBundle(action, currentCounts); in writeToParcel()
639 dest.writeBundle(allCounts); in writeToParcel()
679 Bundle allCounts = in.readBundle();
680 if (allCounts != null) {
682 for (String action : allCounts.keySet()) {
687 Bundle currentCounts = allCounts.getBundle(action);