am d537987b: Changing AUDIO_TURNED_ON constant.
* commit 'd537987b173f6b48f5196a2ae7d445af1a49e2bb': Changing AUDIO_TURNED_ON constant.
This commit is contained in:
@@ -90,11 +90,6 @@ public abstract class BatteryStats implements Parcelable {
|
|||||||
*/
|
*/
|
||||||
public static final int WIFI_MULTICAST_ENABLED = 7;
|
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
|
* A constant indicating a video turn on timer
|
||||||
*/
|
*/
|
||||||
@@ -130,6 +125,11 @@ public abstract class BatteryStats implements Parcelable {
|
|||||||
*/
|
*/
|
||||||
public static final int JOB = 14;
|
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.
|
* Include all of the data in the stats, including previously saved data.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ public final class BatteryStatsImpl extends BatteryStats {
|
|||||||
private static final int MAGIC = 0xBA757475; // 'BATSTATS'
|
private static final int MAGIC = 0xBA757475; // 'BATSTATS'
|
||||||
|
|
||||||
// Current on-disk Parcel version
|
// 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.
|
// Maximum number of items we will record in the history.
|
||||||
private static final int MAX_HISTORY_ITEMS = 2000;
|
private static final int MAX_HISTORY_ITEMS = 2000;
|
||||||
|
|||||||
Reference in New Issue
Block a user