Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java697 int mUnpluggedReportedCount; field in BatteryStatsImpl.SamplingTimer
729 mUnpluggedReportedCount = in.readInt(); in SamplingTimer()
746 mUnpluggedReportedCount = 0; in setStale()
758 if (mInDischarge && mUnpluggedReportedCount == 0) { in updateCurrentReportedCount()
760 mUnpluggedReportedCount = count; in updateCurrentReportedCount()
781 mUnpluggedReportedCount = mCurrentReportedCount; in unplug()
794 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount in logState()
806 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
812 out.writeInt(mUnpluggedReportedCount); in writeToParcel()
834 mUnpluggedReportedCount = mCurrentReportedCount = in.readInt(); in readSummaryFromParcelLocked()