Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1813 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer
1851 mCurrentReportedCount = in.readInt(); in SamplingTimer()
1874 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()
1907 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) { in update()
1912 mCurrentReportedCount = count; in update()
1922 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount); in add()
1930 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()
1944 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()
1959 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
1965 out.writeInt(mCurrentReportedCount); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88043 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I