Loading core/java/android/os/BatteryStats.java +0 −7 Original line number Diff line number Diff line Loading @@ -2325,11 +2325,6 @@ public abstract class BatteryStats { public abstract void finishIteratingHistoryLocked(); /** * Return the base time offset for the battery history. */ public abstract long getHistoryBaseTime(); /** * Returns the number of times the device has been started. */ Loading Loading @@ -7615,8 +7610,6 @@ public abstract class BatteryStats { CHECKIN_VERSION, getParcelVersion(), getStartPlatformVersion(), getEndPlatformVersion()); long now = getHistoryBaseTime() + SystemClock.elapsedRealtime(); if ((flags & (DUMP_INCLUDE_HISTORY | DUMP_HISTORY_ONLY)) != 0) { if (startIteratingHistoryLocked()) { try { Loading Loading
core/java/android/os/BatteryStats.java +0 −7 Original line number Diff line number Diff line Loading @@ -2325,11 +2325,6 @@ public abstract class BatteryStats { public abstract void finishIteratingHistoryLocked(); /** * Return the base time offset for the battery history. */ public abstract long getHistoryBaseTime(); /** * Returns the number of times the device has been started. */ Loading Loading @@ -7615,8 +7610,6 @@ public abstract class BatteryStats { CHECKIN_VERSION, getParcelVersion(), getStartPlatformVersion(), getEndPlatformVersion()); long now = getHistoryBaseTime() + SystemClock.elapsedRealtime(); if ((flags & (DUMP_INCLUDE_HISTORY | DUMP_HISTORY_ONLY)) != 0) { if (startIteratingHistoryLocked()) { try { Loading