Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java142 private static final boolean USE_OLD_HISTORY = false; // for debugging. field in BatteryStatsImpl
150 static final int VERSION = 186 + (USE_OLD_HISTORY ? 1000 : 0);
3760 if (!USE_OLD_HISTORY) { in addHistoryRecordInnerLocked()
3834 if (USE_OLD_HISTORY) { in clearHistoryLocked()
13385 if (USE_OLD_HISTORY) { in readLocked()
13460 if (!USE_OLD_HISTORY) { in readOldHistory()
13499 if (!USE_OLD_HISTORY) { in writeOldHistory()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt89102 Lcom/android/internal/os/BatteryStatsImpl;->USE_OLD_HISTORY:Z