From f3cd2c611607f3a10f0e8c3383532053d4bb12b0 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Thu, 4 Aug 2016 13:21:53 -0700 Subject: [PATCH] Add metrics event for Settings->Display->Ambient Display. Bug: 29994493 Change-Id: I2eb71063db254cbe92511ca5cbe93b32c6b2c601 --- proto/src/metrics_constants.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index d9f2bac41343a..5099db775d601 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2203,6 +2203,10 @@ message MetricsEvent { // System navigation key down. ACTION_SYSTEM_NAVIGATION_KEY_DOWN = 494; + // OPEN: Settings > Display -> Ambient Display + // CATEGORY: SETTINGS + ACTION_AMBIENT_DISPLAY = 495; + // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS