Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2038 long mCurrentReportedTotalTimeUs; field in BatteryStatsImpl.SamplingTimer
2067 mCurrentReportedTotalTimeUs = in.readLong(); in SamplingTimer()
2094 mUnpluggedReportedTotalTimeUs = mCurrentReportedTotalTimeUs = 0; in endSample()
2135 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()
2139 mCurrentReportedTotalTimeUs = totalTimeUs; in update()
2157 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()
2165 mUnpluggedReportedTotalTimeUs = mCurrentReportedTotalTimeUs; in onTimeStarted()
2182 + " mCurrentReportedTotalTime=" + mCurrentReportedTotalTimeUs in logState()
2189 ? mCurrentReportedTotalTimeUs - mUnpluggedReportedTotalTimeUs : 0); in computeRunTimeLocked()
2203 out.writeLong(mCurrentReportedTotalTimeUs); in writeToParcel()