Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java187 long mLastHistoryTime = 0; field in BatteryStatsImpl
1299 mLastHistoryTime = curTime; in addHistoryBufferLocked()
1405 mLastHistoryTime = 0; in clearHistoryLocked()
5017 TimeUtils.formatDuration(mLastHistoryTime, sb); in writeHistory()
5020 out.writeLong(mHistoryBaseTime + mLastHistoryTime); in writeHistory()