summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-03-04 20:59:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-03-04 20:59:37 +0000
commitc20b41f583dd7826e4f8526ae5f8e221592b5167 (patch)
tree146cb03b6e5aa84be54a3b0718900746c8020b76
parentff58fc895cadbdb7c0f697679e551e3da8306570 (diff)
parentd768dc6163502d45cdf4097289782af0fe434130 (diff)
Merge "Add log metric for Grayscale conditional"
-rw-r--r--core/proto/android/app/settings_enums.proto3
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto3
2 files changed, 6 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index f3bc2c7fa513..5064d23453a7 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -2287,4 +2287,7 @@ enum PageId {
// OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent)
ACCESSIBILITY_DETAILS_SETTINGS = 1682;
+
+ // Open: Settings will show the conditional when Grayscale mode is on
+ SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;
}
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index ab8ad0f45f9f..0a6e92371d6a 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7075,6 +7075,9 @@ message MetricsEvent {
// OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent)
ACCESSIBILITY_DETAILS_SETTINGS = 1682;
+ // Open: Settings will show the conditional when Grayscale mode is on
+ SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;
+
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS