Searched refs:mUpdateTimeUs (Results 1 – 1 of 1) sorted by relevance
3218 long mUpdateTimeUs; field in BatteryStatsImpl.StopwatchTimer3241 mUpdateTimeUs = in.readLong(); in StopwatchTimer()3257 out.writeLong(mUpdateTimeUs); in writeToParcel()3263 Log.v(TAG, "old mUpdateTime=" + mUpdateTimeUs); in onTimeStopped()3266 mUpdateTimeUs = baseRealtimeUs; in onTimeStopped()3268 Log.v(TAG, "new mUpdateTime=" + mUpdateTimeUs); in onTimeStopped()3282 mUpdateTimeUs = batteryRealtimeUs; in startRunningLocked()3366 t.mUpdateTimeUs = batteryRealtimeUs; in refreshTimersLocked()3374 curBatteryRealtimeUs = mUpdateTimeUs + mTimeoutUs; in computeRunTimeLocked()3377 ? (curBatteryRealtimeUs - mUpdateTimeUs) in computeRunTimeLocked()[all …]