Searched refs:allCounts (Results 1 – 1 of 1) sorted by relevance
674 Bundle allCounts = new Bundle(); in writeToParcel() local685 allCounts.putBundle(action, currentCounts); in writeToParcel()688 dest.writeBundle(allCounts); in writeToParcel()729 Bundle allCounts = in.readBundle();730 if (allCounts != null) {732 for (String action : allCounts.keySet()) {737 Bundle currentCounts = allCounts.getBundle(action);