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

Commit 65e73ce5 authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Android (Google) Code Review
Browse files

Merge "Add Ime transition type, Controlled and Atomic to LatencyType." into tm-qpr-dev

parents 061e6f5d 25ba5203
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -744,8 +744,9 @@ public class StatsLogManager implements ResourceBasedOverride {
            HOT(2),
            TIMEOUT(3),
            FAIL(4),
            COLD_USERWAITING(5);

            COLD_USERWAITING(5),
            ATOMIC(6),
            CONTROLLED(7);
            private final int mId;

            LatencyType(int id) {