Searched refs:mCurrentReportedCount (Results 1 – 1 of 1) sorted by relevance
1452 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer1490 mCurrentReportedCount = in.readInt(); in SamplingTimer()1513 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()1545 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) { in update()1550 mCurrentReportedCount = count; in update()1560 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount); in add()1568 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()1582 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()1597 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()1603 out.writeInt(mCurrentReportedCount); in writeToParcel()