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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1065 int mCurrentReportedCount; field in class:BatteryStatsImpl.SamplingTimer
1102 mCurrentReportedCount = in.readInt();
1137 mCurrentReportedCount = count;
1141 updateCurrentReportedCount(mCurrentReportedCount + delta);
1162 mUnpluggedReportedCount = mCurrentReportedCount;
1174 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount
1187 ? mCurrentReportedCount - mUnpluggedReportedCount : 0);
1192 out.writeInt(mCurrentReportedCount);
1208 out.writeInt(mCurrentReportedCount);
[all...]

Completed in 31 milliseconds