Searched refs:mCurrentReportedTotalTimeUs (Results 1 – 1 of 1) sorted by relevance
3202 long mCurrentReportedTotalTimeUs; field in BatteryStatsImpl.SamplingTimer3230 mCurrentReportedTotalTimeUs = in.readLong(); in SamplingTimer()3257 mBaseReportedTotalTimeUs = mCurrentReportedTotalTimeUs = 0; in endSample()3302 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()3306 mCurrentReportedTotalTimeUs = totalTimeUs; in update()3324 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()3332 mBaseReportedTotalTimeUs = mCurrentReportedTotalTimeUs; in onTimeStarted()3349 + " mCurrentReportedTotalTime=" + mCurrentReportedTotalTimeUs in logState()3356 ? mCurrentReportedTotalTimeUs - mBaseReportedTotalTimeUs : 0); in computeRunTimeLocked()3370 out.writeLong(mCurrentReportedTotalTimeUs); in writeToParcel()