Searched refs:mCurrentReportedTotalTimeUs (Results 1 – 1 of 1) sorted by relevance
2683 long mCurrentReportedTotalTimeUs; field in BatteryStatsImpl.SamplingTimer2712 mCurrentReportedTotalTimeUs = in.readLong(); in SamplingTimer()2739 mUnpluggedReportedTotalTimeUs = mCurrentReportedTotalTimeUs = 0; in endSample()2773 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()2777 mCurrentReportedTotalTimeUs = totalTimeUs; in update()2795 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()2803 mUnpluggedReportedTotalTimeUs = mCurrentReportedTotalTimeUs; in onTimeStarted()2820 + " mCurrentReportedTotalTime=" + mCurrentReportedTotalTimeUs in logState()2827 ? mCurrentReportedTotalTimeUs - mUnpluggedReportedTotalTimeUs : 0); in computeRunTimeLocked()2841 out.writeLong(mCurrentReportedTotalTimeUs); in writeToParcel()