From 19494275a2a3c4aa5ed91d821057263cf9dcdb30 Mon Sep 17 00:00:00 2001 From: Justin Klaassen Date: Mon, 18 Jul 2016 21:38:24 -0700 Subject: [PATCH] Add SETTINGS_CONDITION_NIGHT_DISPLAY Bug: 30043281 Change-Id: Icf218a8fdc7421620d2bb6057b55f1d511621b8b --- proto/src/metrics_constants.proto | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index ba59c2f0192af..0106f7f030237 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2177,7 +2177,7 @@ message MetricsEvent { // CATEGORY: SETTINGS ACTION_SUPPORT_DIAL_TOLLED = 487; - // OPEN: Settings > Display > Night display + // OPEN: Settings > Display > Night Light // CATEGORY: SETTINGS NIGHT_DISPLAY_SETTINGS = 488; @@ -2188,12 +2188,15 @@ message MetricsEvent { // Settings launched from collapsed quick settings. ACTION_QS_COLLAPSED_SETTINGS_LAUNCH = 490; - // OPEN: QS Night mode tile shown - // ACTION: QS Night mode tile tapped + // OPEN: QS Night Light tile shown + // ACTION: QS Night Light tile tapped // SUBTYPE: 0 is off, 1 is on // CATEGORY: QUICK_SETTINGS QS_NIGHT_DISPLAY = 491; + // Night Light on + SETTINGS_CONDITION_NIGHT_DISPLAY = 492; + // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS