Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DLongSamplingCounterArrayTest.java67 updateCounts(COUNTS); in testReadWriteParcel()
74 assertArrayEquals(COUNTS, mCounterArray.mCounts); in testReadWriteParcel()
81 updateCounts(COUNTS); in testReadWriteSummaryParcel()
94 updateCounts(COUNTS); in testOnTimeStarted()
101 updateCounts(COUNTS); in testOnTimeStopped()
108 updateCounts(COUNTS); in testGetCountsLocked()
141 updateCounts(COUNTS); in testAddCountLocked()
144 newCounts[i] = COUNTS[i] + deltas[i]; in testAddCountLocked()
149 updateCounts(COUNTS); in testAddCountLocked()
158 updateCounts(COUNTS); in testReset()
[all …]
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsProto.java209 case (int) IntervalStatsProto.UsageStats.ChooserAction.COUNTS: in loadChooserCounts()
211 IntervalStatsProto.UsageStats.ChooserAction.COUNTS); in loadChooserCounts()
400 final long token = proto.start(IntervalStatsProto.UsageStats.ChooserAction.COUNTS); in writeCountsForAction()
H A DUsageStatsProtoV2.java153 case (int) UsageStatsObfuscatedProto.ChooserAction.COUNTS: in loadChooserCounts()
154 final long token = proto.start(UsageStatsObfuscatedProto.ChooserAction.COUNTS); in loadChooserCounts()
367 final long token = proto.start(UsageStatsObfuscatedProto.ChooserAction.COUNTS); in writeCountsForAction()