diff options
author | 2020-04-02 12:34:59 +0000 | |
---|---|---|
committer | 2020-04-02 12:34:59 +0000 | |
commit | f0059d21c775fd94291451b1aa5272f86da99e7d (patch) | |
tree | 0279661fde429eea4f82354879c2719b0c1620a6 | |
parent | d80aee2ed8078efa40da2355d9a098994485fce2 (diff) | |
parent | ff3017b9444e5cc4446b7672d203abb650cdd228 (diff) |
Merge "Generify variable name" into rvc-dev
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/assist/AssistManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java b/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java index cc4ee89f2208..f6368c466e91 100644 --- a/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +++ b/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java @@ -109,7 +109,7 @@ public class AssistManager { protected static final String CONSTRAINED_KEY = "should_constrain"; 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_QUICK_SEARCH_BAR = 4; public static final int INVOCATION_HOME_BUTTON_LONG_PRESS = 5; |