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

/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 = 147 + (USE_OLD_HISTORY ? 1000 : 0);
2782 if (!USE_OLD_HISTORY) {
2876 if (USE_OLD_HISTORY) {
9951 if (USE_OLD_HISTORY) {
10041 if (!USE_OLD_HISTORY) {
10085 if (!USE_OLD_HISTORY) {

Completed in 74 milliseconds