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

Commit f8499e29 authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Remove ResultType.NAVVYSITE and resuse it for SESSION_INFO.

ResultType.SESSION_INFO will be used by AiAi to send 0-state related
flags to launcher.

AiAi removed ResultType.NAVVYSITE in cl/520703736

Bug: 276345144
Test: Manual
Change-Id: Ie5030be60e3c9db496829f385ee2369f96103dc3
parent 53a5086e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class ResultType {
    public static final int SUGGEST = 1 << 9;
    public static final int ASSISTANT = 1 << 10;
    public static final int CHROMETAB = 1 << 11;
    public static final int NAVVYSITE = 1 << 12;
    public static final int SESSION_INFO = 1 << 12;
    public static final int TIPS = 1 << 13;
    public static final int PEOPLE_TILE = 1 << 14;
    public static final int LEGACY_SHORTCUT = 1 << 15;
@@ -56,7 +56,7 @@ public class ResultType {
    public static final int PRIMITIVE_TYPE = APPLICATION | SLICE | SHORTCUT | WIDGETS | ACTION |
            LEGACY_SHORTCUT;
    public static final int CORPUS_TYPE =
            PEOPLE | SETTING | IMAGE | PLAY | SUGGEST | ASSISTANT | CHROMETAB | NAVVYSITE | TIPS
            PEOPLE | SETTING | IMAGE | PLAY | SUGGEST | ASSISTANT | CHROMETAB | TIPS
                    | PEOPLE_TILE | MEMORY | WEB_SUGGEST | VIDEO;
    public static final int RANK_TYPE = SYSTEM_POINTER;
    public static final int UI_TYPE = EDUCARD | NO_FULFILLMENT;