summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdgar Wang <edgarwang@google.com>2019-03-26 20:18:21 +0800
committerEdgar Wang <edgarwang@google.com>2019-03-27 02:18:55 +0000
commitb132eed3f72b472230a5fd0746a67c87b0048cc4 (patch)
treeb39a5e5aaea7713d93b18b3073c16f1de2da63b1
parentbe2a905ce35f381c568e78ac32bf8d957301238a (diff)
Add log metrics for Aware status dialog
Bug: 128853573 Test: rebuild Change-Id: I90ac8ffff10d8d75a4b0fa4b282855276e32548e
-rw-r--r--core/proto/android/app/settings_enums.proto3
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto2
2 files changed, 5 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index 0c53fb2f697a..bf33ac67e333 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -2325,4 +2325,7 @@ enum PageId {
// Settings > app > bubble settings
APP_BUBBLE_SETTINGS = 1700;
+
+ // OPEN: Settings > System > Aware > Info dialog
+ DIALOG_AWARE_STATUS = 1701;
}
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index f629cf6c82b0..f52b94ff9ea1 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7156,6 +7156,8 @@ message MetricsEvent {
// Settings > app > bubble settings
APP_BUBBLE_SETTINGS = 1700;
+ // OPEN: Settings > System > Aware > Info dialog
+ DIALOG_AWARE_STATUS = 1701;
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS