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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1122 int mCurrentReportedCount; field in class:BatteryStatsImpl.SamplingTimer
1159 mCurrentReportedCount = in.readInt();
1194 mCurrentReportedCount = count;
1198 updateCurrentReportedCount(mCurrentReportedCount + delta);
1219 mUnpluggedReportedCount = mCurrentReportedCount;
1231 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount
1244 ? mCurrentReportedCount - mUnpluggedReportedCount : 0);
1249 out.writeInt(mCurrentReportedCount);
1265 out.writeInt(mCurrentReportedCount);
[all...]

Completed in 164 milliseconds