Searched refs:currentCounts (Results 1 – 1 of 1) sorted by relevance
631 Bundle currentCounts = new Bundle(); in writeToParcel() local634 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);