Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/usage/
H A DUsageStats.java674 Bundle allCounts = new Bundle(); in writeToParcel() local
685 allCounts.putBundle(action, currentCounts); in writeToParcel()
688 dest.writeBundle(allCounts); in writeToParcel()
729 Bundle allCounts = in.readBundle();
730 if (allCounts != null) {
732 for (String action : allCounts.keySet()) {
737 Bundle currentCounts = allCounts.getBundle(action);