Searched refs:allCounts (Results 1 – 1 of 1) sorted by relevance
601 Bundle allCounts = new Bundle(); in writeToParcel() local612 allCounts.putBundle(action, currentCounts); in writeToParcel()615 dest.writeBundle(allCounts); in writeToParcel()655 Bundle allCounts = in.readBundle();656 if (allCounts != null) {658 for (String action : allCounts.keySet()) {663 Bundle currentCounts = allCounts.getBundle(action);