Searched refs:mUpdateTimeUs (Results 1 – 1 of 1) sorted by relevance
3541 long mUpdateTimeUs; field in BatteryStatsImpl.StopwatchTimer3564 mUpdateTimeUs = in.readLong(); in StopwatchTimer()3580 out.writeLong(mUpdateTimeUs); in writeToParcel()3586 Log.v(TAG, "old mUpdateTime=" + mUpdateTimeUs); in onTimeStopped()3589 mUpdateTimeUs = baseRealtimeUs; in onTimeStopped()3591 Log.v(TAG, "new mUpdateTime=" + mUpdateTimeUs); in onTimeStopped()3598 pw.println(prefix + "mNesting=" + mNesting + " mUpdateTime=" + mUpdateTimeUs in logState()3605 mUpdateTimeUs = batteryRealtimeUs; in startRunningLocked()3621 Log.v(TAG, "start #" + mType + ": mUpdateTime=" + mUpdateTimeUs in startRunningLocked()3653 Log.v(TAG, "stop #" + mType + ": mUpdateTime=" + mUpdateTimeUs in stopRunningLocked()[all …]