Searched refs:mCurrentReportedCount (Results 1 – 1 of 1) sorted by relevance
1905 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer1943 mCurrentReportedCount = in.readInt(); in SamplingTimer()1966 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()1998 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) { in update()2003 mCurrentReportedCount = count; in update()2013 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount); in add()2021 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()2035 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()2050 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()2056 out.writeInt(mCurrentReportedCount); in writeToParcel()