summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorEdgar Wang <edgarwang@google.com>2019-09-19 19:20:14 +0800
committerEdgar Wang <edgarwang@google.com>2019-09-20 15:35:15 +0800
commitf37615e4f80eb77dd07ff2ec0e3889b140ebd17c (patch)
tree841230ad003285cf91c8c35ff43b0a5156e1bd82 /proto
parente569faf5fb2c7faf6d14b2899db66f242043cbb1 (diff)
Add log metrics for Aware Display Settings
Bug: 136610131 Test: rebuild Merged-In: I5b96a3a04a1d2c1ba01b9ec1f707dec040a331c3 Change-Id: Ibfdcba4be652cf7885f46e7549c344e12ae11127
Diffstat (limited to 'proto')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index f40a1eea255b..38154cb2a2bf 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7422,6 +7422,10 @@ message MetricsEvent {
// OS: Q - QPR1
ACTION_ACTIVITY_CHOOSER_PICKED_SYSTEM_TARGET = 1749;
+ // OPEN: Settings > System > Aware > Aware Display
+ // CATEGORY: SETTINGS
+ // 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