Searched refs:mCurrentReportedCount (Results 1 – 2 of 2) sorted by relevance
1813 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer1851 mCurrentReportedCount = in.readInt(); in SamplingTimer()1874 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()1907 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) { in update()1912 mCurrentReportedCount = count; in update()1922 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount); in add()1930 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()1944 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()1959 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()1965 out.writeInt(mCurrentReportedCount); in writeToParcel()
88043 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I