Searched refs:mCurrentReportedCount (Results 1 – 2 of 2) sorted by relevance
2985 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer3022 mCurrentReportedCount = in.readInt(); in SamplingTimer()3052 mBaseReportedCount = mCurrentReportedCount = 0; in endSample()3096 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()3101 mCurrentReportedCount = count; in update()3118 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()3127 mBaseReportedCount = mCurrentReportedCount; in onTimeStarted()3141 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()3156 ? mCurrentReportedCount - mBaseReportedCount : 0); in computeCurrentCountLocked()3162 out.writeInt(mCurrentReportedCount); in writeToParcel()
72971 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I