Searched refs:allCounts (Results 1 – 1 of 1) sorted by relevance
625 Bundle allCounts = new Bundle(); in writeToParcel() local636 allCounts.putBundle(action, currentCounts); in writeToParcel()639 dest.writeBundle(allCounts); in writeToParcel()679 Bundle allCounts = in.readBundle();680 if (allCounts != null) {682 for (String action : allCounts.keySet()) {687 Bundle currentCounts = allCounts.getBundle(action);