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.java1811 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer
1849 mCurrentReportedCount = in.readInt(); in SamplingTimer()
1872 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()
1904 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) { in update()
1909 mCurrentReportedCount = count; in update()
1919 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount); in add()
1927 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()
1941 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()
1956 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
1962 out.writeInt(mCurrentReportedCount); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94394 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I