Searched refs:USE_OLD_HISTORY (Results 1 – 2 of 2) sorted by relevance
140 private static final boolean USE_OLD_HISTORY = false; // for debugging. field in BatteryStatsImpl148 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()
95469 Lcom/android/internal/os/BatteryStatsImpl;->USE_OLD_HISTORY:Z