Searched refs:COUNTS (Results 1 – 3 of 3) sorted by relevance
50 private static final long[] COUNTS = {1111, 2222, 3333, 4444}; field in LongSamplingCounterArrayTest66 updateCounts(COUNTS); in testReadWriteParcel()73 assertArrayEquals(COUNTS, mCounterArray.mCounts); in testReadWriteParcel()80 updateCounts(COUNTS); in testReadWriteSummaryParcel()87 assertArrayEquals(COUNTS, mCounterArray.mCounts); in testReadWriteSummaryParcel()93 updateCounts(COUNTS); in testOnTimeStarted()95 assertArrayEquals(COUNTS, mCounterArray.mCounts); in testOnTimeStarted()100 updateCounts(COUNTS); in testOnTimeStopped()102 assertArrayEquals(COUNTS, mCounterArray.mCounts); in testOnTimeStopped()107 updateCounts(COUNTS); in testGetCountsLocked()[all …]
209 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()
157 case (int) UsageStatsObfuscatedProto.ChooserAction.COUNTS: in loadChooserCounts()158 final long token = proto.start(UsageStatsObfuscatedProto.ChooserAction.COUNTS); in loadChooserCounts()381 final long token = proto.start(UsageStatsObfuscatedProto.ChooserAction.COUNTS); in writeCountsForAction()