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

Commit d2db185f authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "There should be an UNKNOWN state to handle more conditions" into qt-qpr1-dev

am: 2f79f57d

Change-Id: Icb55fb5bc0a8df7e0f7325093fdf3b9bf1a5ce0f
parents 6090a981 2f79f57d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ public interface DockManager {
     */
    int STATE_DOCKED_HIDE = 2;

    /**
     * Indicates there's no alignment info. This could happen when the device is unable to decide
     * its alignment condition.
     */
    int ALIGN_STATE_UNKNOWN = -1;

    /**
     * Indicates there's no alignment issue.
     */