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

Commit b782ef51 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix label mismatch in checkin event names array" into main

parents fcdf907d 97c4208d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3088,8 +3088,9 @@ public abstract class BatteryStats {

    public static final String[] HISTORY_EVENT_CHECKIN_NAMES = new String[] {
            "Enl", "Epr", "Efg", "Etp", "Esy", "Ewl", "Ejb", "Eur", "Euf", "Ecn",
            "Eac", "Epi", "Epu", "Eal", "Est", "Eai", "Eaa", "Etw",
            "Esw", "Ewa", "Elw", "Eec", "Esc", "Eds"
            "Eac", "Epi", "Epu", "Eal", "Est", "Eai", "Eaa",
            "Etw", "Esw", "Ewa", "Elw", "Esc",
            "Eds"
    };

    @FunctionalInterface