Searched refs:mHistoryBufferStartTime (Results 1 – 1 of 1) sorted by relevance
211 private long mHistoryBufferStartTime; field in BatteryStatsHistory674 mHistoryBufferStartTime = mMonotonicClock.monotonicTime(); in initHistoryBuffer()762 mHistoryBufferStartTime = mMonotonicClock.monotonicTime(elapsedRealtimeMs); in startNextFileLocked()811 return mHistoryBufferStartTime; in getStartTime()2342 mHistoryBufferStartTime = in.readLong(); in readHistoryBuffer()2368 out.writeLong(mHistoryBufferStartTime); in writeHistoryBuffer()