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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java103 private static final boolean USE_OLD_HISTORY = false; // for debugging. field in class:BatteryStatsImpl
111 private static final int VERSION = 151 + (USE_OLD_HISTORY ? 1000 : 0);
3000 if (!USE_OLD_HISTORY) {
3094 if (USE_OLD_HISTORY) {
10333 if (USE_OLD_HISTORY) {
10423 if (!USE_OLD_HISTORY) {
10467 if (!USE_OLD_HISTORY) {

Completed in 120 milliseconds