Home
last modified time | relevance | path

Searched refs:mCurrentReportedCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java2985 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer
3022 mCurrentReportedCount = in.readInt(); in SamplingTimer()
3052 mBaseReportedCount = mCurrentReportedCount = 0; in endSample()
3096 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()
3101 mCurrentReportedCount = count; in update()
3118 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()
3127 mBaseReportedCount = mCurrentReportedCount; in onTimeStarted()
3141 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()
3156 ? mCurrentReportedCount - mBaseReportedCount : 0); in computeCurrentCountLocked()
3162 out.writeInt(mCurrentReportedCount); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72971 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I