Searched refs:mLastStepStatSystemTime (Results 1 – 2 of 2) sorted by relevance
742 long mLastStepStatSystemTime; field in BatteryStatsImpl3400 mLastStepStatSystemTime = mCurStepStatSystemTime; in computeHistoryStepDetails()3410 + mLastStepStatSystemTime + " io=" + mLastStepStatIOWaitTime in computeHistoryStepDetails()3421 out.statSystemTime = (int)(mCurStepStatSystemTime - mLastStepStatSystemTime); in computeHistoryStepDetails()3465 mLastStepStatSystemTime = mCurStepStatSystemTime; in computeHistoryStepDetails()10576 mLastStepStatSystemTime = mCurStepStatSystemTime = 0; in resetAllStatsLocked()
95163 Lcom/android/internal/os/BatteryStatsImpl;->mLastStepStatSystemTime:J