Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1124 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer
1161 mCurrentReportedCount = in.readInt(); in SamplingTimer()
1196 mCurrentReportedCount = count; in updateCurrentReportedCount()
1200 updateCurrentReportedCount(mCurrentReportedCount + delta); in addCurrentReportedCount()
1221 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()
1233 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()
1246 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()
1251 out.writeInt(mCurrentReportedCount); in writeToParcel()
1267 out.writeInt(mCurrentReportedCount); in writeSummaryFromParcelLocked()
1274 mUnpluggedReportedCount = mCurrentReportedCount = in.readInt(); in readSummaryFromParcelLocked()