Searched refs:mCurrentReportedTotalTimeUs (Results 1 – 1 of 1) sorted by relevance
2996 long mCurrentReportedTotalTimeUs; field in BatteryStatsImpl.SamplingTimer3024 mCurrentReportedTotalTimeUs = in.readLong(); in SamplingTimer()3051 mBaseReportedTotalTimeUs = mCurrentReportedTotalTimeUs = 0; in endSample()3096 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()3100 mCurrentReportedTotalTimeUs = totalTimeUs; in update()3118 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()3126 mBaseReportedTotalTimeUs = mCurrentReportedTotalTimeUs; in onTimeStarted()3143 + " mCurrentReportedTotalTime=" + mCurrentReportedTotalTimeUs in logState()3150 ? mCurrentReportedTotalTimeUs - mBaseReportedTotalTimeUs : 0); in computeRunTimeLocked()3164 out.writeLong(mCurrentReportedTotalTimeUs); in writeToParcel()