From 70967f38e6c4dd0849456e7d7cb385c3f44d1b13 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Mon, 13 Feb 2017 16:02:24 -0800 Subject: [PATCH] Add metrics for settings Change-Id: I93d6209c70f26c1c60d746b5816324d6b995e4bd Fix: 33209678 Fix: 30137094 Test: builds --- proto/src/metrics_constants.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index e4b53cb058342..653e80af83b2f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3391,6 +3391,12 @@ message MetricsEvent { // OPEN: Carrier demo mode password dialog CARRIER_DEMO_MODE_PASSWORD = 828; + // ACTION: Create a Settings shortcut item. + ACTION_SETTINGS_CREATE_SHORTCUT = 829; + + // ACTION: A tile in Settings information architecture is clicked + ACTION_SETTINGS_TILE_CLICK = 830; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.