Home
last modified time | relevance | path

Searched refs:mLastRecordedClockRealtime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java241 long mLastRecordedClockRealtime; field in BatteryStatsImpl
2282 mLastRecordedClockRealtime = elapsedRealtimeMs; in addHistoryBufferLocked()
2452 mLastRecordedClockRealtime = 0; in clearHistoryLocked()
2516 + (elapsedRealtime - mLastRecordedClockRealtime); in noteCurrentTimeChangedLocked()
6936 mLastRecordedClockRealtime = elapsedRealtimeMs; in startRecordingHistory()
6951 mLastRecordedClockRealtime = elapsedRealtimeMs; in recordCurrentTimeChangeLocked()
6962 mLastRecordedClockRealtime = elapsedRealtimeMs; in recordShutdownLocked()