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.java140 private static final boolean USE_OLD_HISTORY = false; // for debugging. field in BatteryStatsImpl
148 static final int VERSION = 186 + (USE_OLD_HISTORY ? 1000 : 0);
3757 if (!USE_OLD_HISTORY) { in addHistoryRecordInnerLocked()
3831 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.txt95469 Lcom/android/internal/os/BatteryStatsImpl;->USE_OLD_HISTORY:Z