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

Commit e2841c52 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix comments in AttentionService result consts"

parents f29e2228 7ce945be
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. */