From f4e98036a542653267d2a9fa5b5fa30df54f985c Mon Sep 17 00:00:00 2001 From: Casey Burkhardt Date: Wed, 22 Mar 2017 22:52:24 -0700 Subject: [PATCH] Update metrics proto for revised Magnification Settings Adds 1 new constants for metrics logging: - Magnification Settings UI in Settings > Accessibility > Magnification Bug: 1428815208 Test: Manual Change-Id: I2d15b5b8525235b46ff344fa67a07bf993838df7 --- proto/src/metrics_constants.proto | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 57d25819654fc..639527d71bb18 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -97,7 +97,9 @@ message MetricsEvent { // OS: 6.0 ACCESSIBILITY_TOGGLE_GLOBAL_GESTURE = 6; - // OPEN: Settings > Accessibility > Magnification gestures + // OPEN: Settings > Accessibility > Magnification gestures (Renamed in O) + // OPEN: Settings > Accessibility > Magnification > Magnify with triple-tap + // OPEN: Settings > Accessibility > Magnification > Magnify with button // CATEGORY: SETTINGS // OS: 6.0 ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 7; @@ -1881,7 +1883,9 @@ message MetricsEvent { // OS: N SUW_ACCESSIBILITY = 367; - // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification gesture + // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification gestures (Renamed in O) + // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification -> Magnify with triple-tap + // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification -> Magnify with button // ACTION: New magnification gesture configuration is chosen // SUBTYPE: 0 is off, 1 is on // CATEGORY: SETTINGS @@ -3783,6 +3787,10 @@ message MetricsEvent { // OPEN: Settings -> Display -> When in VR Mode VR_DISPLAY_PREFERENCE = 921; + // OPEN: Settings > Accessibility > Magnification + // CATEGORY: SETTINGS + // OS: O + ACCESSIBILITY_SCREEN_MAGNIFICATION_SETTINGS = 922; // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.