Searched refs:allCounts (Results 1 – 1 of 1) sorted by relevance
219 Bundle allCounts = new Bundle(); in writeToParcel() local230 allCounts.putBundle(action, currentCounts); in writeToParcel()233 dest.writeBundle(allCounts); in writeToParcel()248 Bundle allCounts = in.readBundle();249 if (allCounts != null) {251 for (String action : allCounts.keySet()) {256 Bundle currentCounts = allCounts.getBundle(action);