Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java379 public boolean mRecordAllHistory; field in BatteryStatsImpl
3568 if (!mRecordAllHistory) { in noteProcessStartLocked()
3602 if (!mRecordAllHistory) { in noteProcessFinishLocked()
3655 if (!mRecordAllHistory) { in noteAlarmStartLocked()
3668 if (!mRecordAllHistory) { in noteAlarmFinishLocked()
3693 mRecordAllHistory = enabled; in setRecordAllHistoryLocked()
3753 if (mRecordAllHistory) { in noteStartWakeLocked()
3801 if (mRecordAllHistory) { in noteStopWakeLocked()
9379 if (!mRecordAllHistory && i == HistoryItem.EVENT_PROC) { in initActiveHistoryEventsLocked()