Searched refs:currentCounts (Results 1 – 1 of 1) sorted by relevance
225 Bundle currentCounts = new Bundle(); in writeToParcel() local228 currentCounts.putInt(counts.keyAt(j), counts.valueAt(j)); in writeToParcel()230 allCounts.putBundle(action, currentCounts); in writeToParcel()256 Bundle currentCounts = allCounts.getBundle(action);257 if (currentCounts != null) {258 for (String key : currentCounts.keySet()) {259 int value = currentCounts.getInt(key);