Home
last modified time | relevance | path

Searched refs:newCounts (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DLongSamplingCounterArrayTest.java141 final long[] newCounts = new long[deltas.length]; in testAddCountLocked() local
143 newCounts[i] = COUNTS[i] + deltas[i]; in testAddCountLocked()
146 assertArrayEquals(newCounts, mCounterArray.mCounts); in testAddCountLocked()
152 assertArrayEquals(newCounts, mCounterArray.mCounts); in testAddCountLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilderLogger.kt36 newCounts: Map<NotifSection?, Int>, in logBuildNodeSpec()
50 int1 = newCounts[section] ?: -1 in logBuildNodeSpec()
/frameworks/base/core/java/android/app/usage/
DUsageStats.java734 ArrayMap<String, Integer> newCounts = new ArrayMap<>();
735 stats.mChooserCounts.put(action, newCounts);