Searched refs:newCounts (Results 1 – 2 of 2) sorted by relevance
160 final long[] newCounts = new long[deltas.length]; in testAddCountLocked() local162 newCounts[i] = COUNTS[i] + deltas[i]; in testAddCountLocked()165 assertArrayEquals(newCounts, mCounterArray.mCounts, "Unexpected counts"); in testAddCountLocked()
233 ArrayMap<String, Integer> newCounts = new ArrayMap<>();234 stats.mChooserCounts.put(action, newCounts);