Searched defs:mLastRecordedClockTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java240 long mLastRecordedClockTime; field in class:BatteryStatsImpl
2281 mLastRecordedClockTime = cur.currentTime;
2451 mLastRecordedClockTime = 0;
2514 if (mLastRecordedClockTime != 0) {
2515 long expectedClockTime = mLastRecordedClockTime
6935 mLastRecordedClockTime = mHistoryCur.currentTime;
6950 mLastRecordedClockTime = currentTime;
6961 mLastRecordedClockTime = mHistoryCur.currentTime;

Completed in 45 milliseconds