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

Commit 0e010353 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

am: d779bb36

Change-Id: I3bd378c5d4c0e1dd12b2728646641e9306a6b017
parents b90dc728 d779bb36
Loading
Loading
Loading
Loading
+5 −3
Original line number Original line Diff line number Diff line
@@ -5471,9 +5471,11 @@ message AttentionManagerServiceResultReported {
        UNKNOWN = 20;
        UNKNOWN = 20;
        ATTENTION_SUCCESS_ABSENT = 0;
        ATTENTION_SUCCESS_ABSENT = 0;
        ATTENTION_SUCCESS_PRESENT = 1;
        ATTENTION_SUCCESS_PRESENT = 1;
        ATTENTION_FAILURE_PREEMPTED = 2;
        ATTENTION_FAILURE_UNKNOWN = 2;
        ATTENTION_FAILURE_TIMED_OUT = 3;
        ATTENTION_FAILURE_CANCELLED = 3;
        ATTENTION_FAILURE_UNKNOWN = 4;
        ATTENTION_FAILURE_PREEMPTED = 4;
        ATTENTION_FAILURE_TIMED_OUT = 5;
        ATTENTION_FAILURE_CAMERA_PERMISSION_ABSENT = 6;
    }
    }
    optional AttentionCheckResult attention_check_result = 1 [default = UNKNOWN];
    optional AttentionCheckResult attention_check_result = 1 [default = UNKNOWN];
}
}