Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java240 long mLastRecordedClockTime; field in BatteryStatsImpl
2281 mLastRecordedClockTime = cur.currentTime; in addHistoryBufferLocked()
2451 mLastRecordedClockTime = 0; in clearHistoryLocked()
2514 if (mLastRecordedClockTime != 0) { in noteCurrentTimeChangedLocked()
2515 long expectedClockTime = mLastRecordedClockTime in noteCurrentTimeChangedLocked()
6935 mLastRecordedClockTime = mHistoryCur.currentTime; in startRecordingHistory()
6950 mLastRecordedClockTime = currentTime; in recordCurrentTimeChangeLocked()
6961 mLastRecordedClockTime = mHistoryCur.currentTime; in recordShutdownLocked()