summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorEdgar Wang <edgarwang@google.com>2019-09-20 01:28:17 +0800
committerEdgar Wang <edgarwang@google.com>2019-09-20 10:35:14 +0800
commitd3939b932ecdf12648489f622e36e3b137e84dc0 (patch)
tree6e67f56476f9324d135db67c9dc0f55e890d6466 /proto
parent1eb7851c9e1933e1ebea7eecd4d4f6ebe0b2320a (diff)
Add log metrics for Aware Display Settings
Bug: 136610131 Test: rebuild Change-Id: I5b96a3a04a1d2c1ba01b9ec1f707dec040a331c3
Diffstat (limited to 'proto')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index f40a1eea255b..5b826b1c551b 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7422,6 +7422,9 @@ message MetricsEvent {
// OS: Q - QPR1
ACTION_ACTIVITY_CHOOSER_PICKED_SYSTEM_TARGET = 1749;
+ // OPEN: Settings > System > Aware > Aware Display
+ // OS: Q
+ SETTINGS_AWARE_DISPLAY = 1750;
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS