Searched refs:mCurrentReportedCount (Results 1 – 2 of 2) sorted by relevance
2672 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer2710 mCurrentReportedCount = in.readInt(); in SamplingTimer()2740 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()2773 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()2778 mCurrentReportedCount = count; in update()2795 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()2804 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()2818 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()2833 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()2839 out.writeInt(mCurrentReportedCount); in writeToParcel()
73614 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I