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.java631 Bundle currentCounts = new Bundle(); in writeToParcel() local
634 currentCounts.putInt(counts.keyAt(j), counts.valueAt(j)); in writeToParcel()
636 allCounts.putBundle(action, currentCounts); in writeToParcel()
687 Bundle currentCounts = allCounts.getBundle(action);
688 if (currentCounts != null) {
689 for (String key : currentCounts.keySet()) {
690 int value = currentCounts.getInt(key);