Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java2991 int mBaseReportedCount; field in BatteryStatsImpl.SamplingTimer
3023 mBaseReportedCount = in.readInt(); in SamplingTimer()
3052 mBaseReportedCount = mCurrentReportedCount = 0; in endSample()
3091 mBaseReportedCount = activeTimeUs == 0 ? count : count - 1; in update()
3127 mBaseReportedCount = mCurrentReportedCount; in onTimeStarted()
3142 + " mBaseReportedCount=" + mBaseReportedCount in logState()
3156 ? mCurrentReportedCount - mBaseReportedCount : 0); in computeCurrentCountLocked()
3163 out.writeInt(mBaseReportedCount); in writeToParcel()
3174 mBaseReportedCount = 0; in reset()