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.java1071 int mUnpluggedReportedCount; field in BatteryStatsImpl.SamplingTimer
1103 mUnpluggedReportedCount = in.readInt(); in SamplingTimer()
1119 mUnpluggedReportedCount = 0; in setStale()
1131 if (mTimeBaseRunning && mUnpluggedReportedCount == 0) { in updateCurrentReportedCount()
1133 mUnpluggedReportedCount = count; in updateCurrentReportedCount()
1162 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()
1175 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount in logState()
1187 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
1193 out.writeInt(mUnpluggedReportedCount); in writeToParcel()
1215 mUnpluggedReportedCount = mCurrentReportedCount = in.readInt(); in readSummaryFromParcelLocked()