Merge "Generify variable name" into rvc-dev am: f0059d21c7

Change-Id: I7d9a43abea85d97322705d99a7b7d18aea8a7c45
This commit is contained in:
Govinda Wasserman
2020-04-02 12:55:27 +00:00
committed by Automerger Merge Worker

View File

@@ -109,7 +109,7 @@ public class AssistManager {
protected static final String CONSTRAINED_KEY = "should_constrain"; protected static final String CONSTRAINED_KEY = "should_constrain";
public static final int INVOCATION_TYPE_GESTURE = 1; public static final int INVOCATION_TYPE_GESTURE = 1;
public static final int INVOCATION_TYPE_ACTIVE_EDGE = 2; public static final int INVOCATION_TYPE_OTHER = 2;
public static final int INVOCATION_TYPE_VOICE = 3; public static final int INVOCATION_TYPE_VOICE = 3;
public static final int INVOCATION_TYPE_QUICK_SEARCH_BAR = 4; public static final int INVOCATION_TYPE_QUICK_SEARCH_BAR = 4;
public static final int INVOCATION_HOME_BUTTON_LONG_PRESS = 5; public static final int INVOCATION_HOME_BUTTON_LONG_PRESS = 5;