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