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

Commit 7ce945be authored by Alex Salo's avatar Alex Salo
Browse files

Fix comments in AttentionService result consts

Test: not needed, javadoc comment change only
Bug: 111939367

Change-Id: I72a3b0d406a5bacc75651617c6505817e7e03693
parent ee269f6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,10 +64,10 @@ public abstract class AttentionService extends Service {
    /** Attention is present. */
    public static final int ATTENTION_SUCCESS_PRESENT = 1;

    /** Preempted by other camera user. */
    /** Preempted by other client. */
    public static final int ATTENTION_FAILURE_PREEMPTED = 2;

    /** Preempted by other camera user. */
    /** Request timed out. */
    public static final int ATTENTION_FAILURE_TIMED_OUT = 3;

    /** Unknown reasons for failing to determine the attention. */