Merge "Fix invalid ID attached to DOZING_UPDATE_AUTH_TRIGGERED event."

This commit is contained in:
TreeHugger Robot
2020-11-19 01:10:27 +00:00
committed by Android (Google) Code Review

View File

@@ -134,7 +134,7 @@ public class DozeTriggers implements DozeMachine.Part {
DOZING_UPDATE_SENSOR_TAP(441),
@UiEvent(doc = "Dozing updated because on display auth was triggered from AOD.")
DOZING_UPDATE_AUTH_TRIGGERED(442);
DOZING_UPDATE_AUTH_TRIGGERED(657);
private final int mId;