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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java114 private static final boolean USE_OLD_HISTORY = false; // for debugging. field in class:BatteryStatsImpl
122 private static final int VERSION = 167 + (USE_OLD_HISTORY ? 1000 : 0);
3447 if (!USE_OLD_HISTORY) {
3541 if (USE_OLD_HISTORY) {
11602 if (USE_OLD_HISTORY) {
11692 if (!USE_OLD_HISTORY) {
11736 if (!USE_OLD_HISTORY) {

Completed in 53 milliseconds