Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2027 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer
2065 mCurrentReportedCount = in.readInt(); in SamplingTimer()
2095 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()
2135 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()
2140 mCurrentReportedCount = count; in update()
2157 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()
2166 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()
2180 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()
2195 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
2201 out.writeInt(mCurrentReportedCount); in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76937 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I