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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java709 int mUnpluggedReportedCount; field in class:BatteryStatsImpl.SamplingTimer
741 mUnpluggedReportedCount = in.readInt();
758 mUnpluggedReportedCount = 0;
770 if (mInDischarge && mUnpluggedReportedCount == 0) {
772 mUnpluggedReportedCount = count;
793 mUnpluggedReportedCount = mCurrentReportedCount;
806 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount
818 ? mCurrentReportedCount - mUnpluggedReportedCount : 0);
824 out.writeInt(mUnpluggedReportedCount);
[all...]

Completed in 1024 milliseconds