Fix invalid ID attached to DOZING_UPDATE_AUTH_TRIGGERED event.

Fixes: 173611754
Test: refactoring CL. Existing unit tests still pass.

Change-Id: I8047bf0a7778f651b0ff07288155e70209d050d8
This commit is contained in:
thiruram
2020-11-18 08:59:04 -08:00
committed by Thiru Ramasamy
parent 30ce5da1bc
commit f21ce96726

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;