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

Commit d779bb36 authored by Alex Salo's avatar Alex Salo Committed by android-build-merger
Browse files

Merge "Update atoms with the final API constants" into qt-dev

am: dd3667e8

Change-Id: I3a65c14066fcd4be767ccfcd9cf94e31bf8eb7cf
parents cb2f6469 dd3667e8
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];
}