Searched defs:mCurrentReportedCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1528 int mCurrentReportedCount; field in class:BatteryStatsImpl.SamplingTimer
1566 mCurrentReportedCount = in.readInt();
1589 mUnpluggedReportedCount = mCurrentReportedCount = 0;
1621 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) {
1626 mCurrentReportedCount = count;
1636 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount);
1644 mUnpluggedReportedCount = mCurrentReportedCount;
1658 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount
1673 ? mCurrentReportedCount
[all...]

Completed in 63 milliseconds