Home
last modified time | relevance | path

Searched refs:addCountLocked (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLongSamplingCounterTest.java69 mCounter.addCountLocked(COUNT, true); in testReadWriteParcel()
75 mCounter.addCountLocked(7 * COUNT, true); in testReadWriteParcel()
86 mCounter.addCountLocked(COUNT, true); in testReadWriteSummaryParcel()
92 mCounter.addCountLocked(7 * COUNT, true); in testReadWriteSummaryParcel()
102 mCounter.addCountLocked(COUNT, true); in testOnTimeStarted()
110 mCounter.addCountLocked(COUNT, true); in testOnTimeStopped()
120 mCounter.addCountLocked(111); in testAddCountLocked()
122 mCounter.addCountLocked(222); in testAddCountLocked()
126 mCounter.addCountLocked(456); in testAddCountLocked()
129 mCounter.addCountLocked(444, true); in testAddCountLocked()
[all …]
DLongSamplingCounterArrayTest.java145 mCounterArray.addCountLocked(deltas); in testAddCountLocked()
149 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()
151 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
159 mCounterArray.addCountLocked(deltas); in testAddCountLocked()
163 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()
165 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1479 public void addCountLocked(long[] counts) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
1480 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked()
1483 public void addCountLocked(long[] counts, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
1605 public void addCountLocked(long count) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
1606 addCountLocked(count, mTimeBase.isRunning()); in addCountLocked()
1609 public void addCountLocked(long count, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
4908 mMobileRadioActiveAdjustedTime.addCountLocked(elapsedRealtime in noteMobileRadioPowerStateLocked()
6880 mProcStateTimeMs[procState].addCountLocked(cpuTimesMs, onBattery); in addProcStateTimesMs()
6894 mProcStateScreenOffTimeMs[procState].addCountLocked(cpuTimesMs, onBatteryScreenOff); in addProcStateScreenOffTimesMs()
7587 mNetworkByteActivityCounters[type].addCountLocked(deltaBytes); in noteNetworkActivityLocked()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt20554 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V
20555 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
20566 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V
Dhiddenapi-greylist-max-o.txt87973 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V
87974 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
87993 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([J)V
87994 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V