Searched refs:newCounts (Results 1 – 3 of 3) sorted by relevance
141 final long[] newCounts = new long[deltas.length]; in testAddCountLocked() local143 newCounts[i] = COUNTS[i] + deltas[i]; in testAddCountLocked()146 assertArrayEquals(newCounts, mCounterArray.mCounts); in testAddCountLocked()152 assertArrayEquals(newCounts, mCounterArray.mCounts); in testAddCountLocked()
36 newCounts: Map<NotifSection?, Int>, in logBuildNodeSpec()50 int1 = newCounts[section] ?: -1 in logBuildNodeSpec()
734 ArrayMap<String, Integer> newCounts = new ArrayMap<>();735 stats.mChooserCounts.put(action, newCounts);