Searched refs:mCurrentReportedCount (Results 1 – 2 of 2) sorted by relevance
1811 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer1849 mCurrentReportedCount = in.readInt(); in SamplingTimer()1872 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()1904 if (totalTime < mCurrentReportedTotalTime || count < mCurrentReportedCount) { in update()1909 mCurrentReportedCount = count; in update()1919 update(mCurrentReportedTotalTime + deltaTime, mCurrentReportedCount + deltaCount); in add()1927 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()1941 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()1956 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()1962 out.writeInt(mCurrentReportedCount); in writeToParcel()
94394 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I