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.java206 Bundle currentCounts = new Bundle(); in writeToParcel() local
209 currentCounts.putInt(counts.keyAt(j), counts.valueAt(j)); in writeToParcel()
211 allCounts.putBundle(action, currentCounts); in writeToParcel()
236 Bundle currentCounts = allCounts.getBundle(action);
237 if (currentCounts != null) {
238 for (String key : currentCounts.keySet()) {
239 int value = currentCounts.getInt(key);