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.java1477 public void addCountLocked(long[] counts) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
1478 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked()
1481 public void addCountLocked(long[] counts, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
1603 public void addCountLocked(long count) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
1604 addCountLocked(count, mTimeBase.isRunning()); in addCountLocked()
1607 public void addCountLocked(long count, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
4905 mMobileRadioActiveAdjustedTime.addCountLocked(elapsedRealtime in noteMobileRadioPowerStateLocked()
6867 mProcStateTimeMs[procState].addCountLocked(cpuTimesMs, onBattery); in addProcStateTimesMs()
6881 mProcStateScreenOffTimeMs[procState].addCountLocked(cpuTimesMs, onBatteryScreenOff); in addProcStateScreenOffTimesMs()
7574 mNetworkByteActivityCounters[type].addCountLocked(deltaBytes); in noteNetworkActivityLocked()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt20555 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V
20556 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
20567 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V
Dhiddenapi-greylist-max-o.txt94317 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V
94318 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
94338 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([J)V
94339 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V