Add metrics event for Settings->Display->Ambient Display.

Bug: 29994493
Change-Id: I2eb71063db254cbe92511ca5cbe93b32c6b2c601
This commit is contained in:
Doris Ling
2016-08-04 13:21:53 -07:00
parent eee5a7b846
commit f3cd2c6116

View File

@@ -2203,6 +2203,10 @@ message MetricsEvent {
// System navigation key down. // System navigation key down.
ACTION_SYSTEM_NAVIGATION_KEY_DOWN = 494; 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 ---- // ---- End N-MR1 Constants, all N-MR1 constants go above this line ----
// Add new aosp constants above this line. // Add new aosp constants above this line.
// END OF AOSP CONSTANTS // END OF AOSP CONSTANTS