Loading core/java/android/os/BatteryStats.java +4 −1 Original line number Diff line number Diff line Loading @@ -240,8 +240,11 @@ public abstract class BatteryStats implements Parcelable { * New in version 30: * - Uid.PROCESS_STATE_FOREGROUND_SERVICE only tracks * ActivityManager.PROCESS_STATE_FOREGROUND_SERVICE. * New in version 31: * - New cellular network types. * - Deferred job metrics. */ static final int CHECKIN_VERSION = 30; static final int CHECKIN_VERSION = 31; /** * Old version, we hit 9 and ran out of room, need to remove. Loading core/proto/android/os/batterystats.proto +5 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,11 @@ message SystemProto { LTE = 13; EHRPD = 14; HSPAP = 15; OTHER = 16; GSM = 16; TD_SCDMA = 17; IWLAN = 18; LTE_CA = 19; OTHER = 20; }; optional Name name = 1; optional TimerProto total = 2; Loading Loading
core/java/android/os/BatteryStats.java +4 −1 Original line number Diff line number Diff line Loading @@ -240,8 +240,11 @@ public abstract class BatteryStats implements Parcelable { * New in version 30: * - Uid.PROCESS_STATE_FOREGROUND_SERVICE only tracks * ActivityManager.PROCESS_STATE_FOREGROUND_SERVICE. * New in version 31: * - New cellular network types. * - Deferred job metrics. */ static final int CHECKIN_VERSION = 30; static final int CHECKIN_VERSION = 31; /** * Old version, we hit 9 and ran out of room, need to remove. Loading
core/proto/android/os/batterystats.proto +5 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,11 @@ message SystemProto { LTE = 13; EHRPD = 14; HSPAP = 15; OTHER = 16; GSM = 16; TD_SCDMA = 17; IWLAN = 18; LTE_CA = 19; OTHER = 20; }; optional Name name = 1; optional TimerProto total = 2; Loading