Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DUsageStats.java680 Bundle currentCounts = new Bundle(); in writeToParcel() local
683 currentCounts.putInt(counts.keyAt(j), counts.valueAt(j)); in writeToParcel()
685 allCounts.putBundle(action, currentCounts); in writeToParcel()
737 Bundle currentCounts = allCounts.getBundle(action);
738 if (currentCounts != null) {
739 for (String key : currentCounts.keySet()) {
740 int value = currentCounts.getInt(key);