summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorMehdi Alizadeh <mett@google.com>2019-06-20 18:08:56 -0700
committerMehdi Alizadeh <mett@google.com>2019-06-24 20:31:11 +0000
commit873f1727e5c7af9174ca662ad26ba5b95096d1f8 (patch)
tree7bdcaa0d3fddff65c91674269b4b149a047a9380 /proto/src
parentc56f3bbfbafb6e01b2e2a3dbb1825fc7d0efcddc (diff)
Adds metrics categories for gesture navigation dialogs
Bug: 135211145 Test: Builds Change-Id: I0bc0749bbbb9b78d3d125e1a0f1e9bc35b645db2
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto14
1 files changed, 13 insertions, 1 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index c58e92971e4f..5a4892c75d9e 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -5780,7 +5780,7 @@ message MetricsEvent {
// OS: P
WIFI_SCANNING_NEEDED_DIALOG = 1373;
- // OPEN: Settings > System > Gestures > Swipe up gesture
+ // OPEN: Settings > System > Gestures > System navigation
// CATEGORY: SETTINGS
// OS: P
SETTINGS_GESTURE_SWIPE_UP = 1374;
@@ -7402,6 +7402,18 @@ message MetricsEvent {
// OS: Q
MODULE_LICENSES_DASHBOARD = 1746;
+ // OPEN: Settings > System > Gestures > System navigation > Info icon
+ // CATEGORY: SETTINGS
+ // OS: Q
+ // Note: Info icon is visible only when gesture navigation is not available and disabled
+ SETTINGS_GESTURE_NAV_NOT_AVAILABLE_DLG = 1747;
+
+ // OPEN: Settings > System > Gestures > System navigation > Gear icon
+ // CATEGORY: SETTINGS
+ // OS: Q
+ // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog
+ SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748;
+
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS