Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java2672 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer
2710 mCurrentReportedCount = in.readInt(); in SamplingTimer()
2740 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()
2773 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()
2778 mCurrentReportedCount = count; in update()
2795 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()
2804 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()
2818 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()
2833 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
2839 out.writeInt(mCurrentReportedCount); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73614 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I