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

Commit 05e7bbb7 authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Add NO_FULFILLMENT and EDUCARD to ResultType

Dividers, Headers can use ResultType as NO_FULFILLMENT since we don't
want to log this in ImpressionLogging.

Add EduCard in ResultType since we want to log this in
ImpressionLogging.

Bug: 204781396
Bug: 258695430
Test: NA
Change-Id: I4100d39a592b1d04a5e2a1c0d3225c7c918849b8
parent 1626922f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,4 +47,6 @@ public class ResultType {
    public static final int LEGACY_SHORTCUT = 1 << 15;
    public static final int MEMORY = 1 << 16;
    public static final int WEB_SUGGEST = 1 << 17;
    public static final int NO_FULFILLMENT = 1 << 18;
    public static final int EDUCARD = 1 << 19;
}