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

Commit dd028ba2 authored by Alex Salo's avatar Alex Salo
Browse files

Update atoms with the final API constants

Bug: 122960476
Test: manually
Change-Id: Ie80e4e797554d3f4c351e352ce4bc5da9994a9f6
parent fc7f4522
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -5467,9 +5467,11 @@ message AttentionManagerServiceResultReported {
        UNKNOWN = 20;
        ATTENTION_SUCCESS_ABSENT = 0;
        ATTENTION_SUCCESS_PRESENT = 1;
        ATTENTION_FAILURE_PREEMPTED = 2;
        ATTENTION_FAILURE_TIMED_OUT = 3;
        ATTENTION_FAILURE_UNKNOWN = 4;
        ATTENTION_FAILURE_UNKNOWN = 2;
        ATTENTION_FAILURE_CANCELLED = 3;
        ATTENTION_FAILURE_PREEMPTED = 4;
        ATTENTION_FAILURE_TIMED_OUT = 5;
        ATTENTION_FAILURE_CAMERA_PERMISSION_ABSENT = 6;
    }
    optional AttentionCheckResult attention_check_result = 1 [default = UNKNOWN];
}