Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa99c345 authored by Kweku Adams's avatar Kweku Adams Committed by Android Git Automerger
Browse files

am d537987b: Changing AUDIO_TURNED_ON constant.

* commit 'd537987b':
  Changing AUDIO_TURNED_ON constant.
parents b359f4a8 d537987b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -90,11 +90,6 @@ public abstract class BatteryStats implements Parcelable {
      */
     public static final int WIFI_MULTICAST_ENABLED = 7;

    /**
     * A constant indicating an audio turn on timer
     */
    public static final int AUDIO_TURNED_ON = 7;

    /**
     * A constant indicating a video turn on timer
     */
@@ -130,6 +125,11 @@ public abstract class BatteryStats implements Parcelable {
     */
    public static final int JOB = 14;

    /**
     * A constant indicating an audio turn on timer
     */
    public static final int AUDIO_TURNED_ON = 15;

    /**
     * Include all of the data in the stats, including previously saved data.
     */
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ public final class BatteryStatsImpl extends BatteryStats {
    private static final int MAGIC = 0xBA757475; // 'BATSTATS'

    // Current on-disk Parcel version
    private static final int VERSION = 114 + (USE_OLD_HISTORY ? 1000 : 0);
    private static final int VERSION = 115 + (USE_OLD_HISTORY ? 1000 : 0);

    // Maximum number of items we will record in the history.
    private static final int MAX_HISTORY_ITEMS = 2000;