summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2019-03-26 15:13:15 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-03-26 15:13:15 +0000
commitd0119c379c6ecef9ca440ce2fd09077097cbaaf5 (patch)
tree207e58971ecd64b8fd42a70f8bff04c5a21ba0c2
parentaecff3d7c4cb910e6ab95849d2d5def121b0469f (diff)
parent12511031593a6988e2da7782b1fd760d89cb232f (diff)
Merge "Metrics constants for new settings screens"
-rw-r--r--core/proto/android/app/settings_enums.proto6
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto7
2 files changed, 13 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index b4be3f599604..0c53fb2f697a 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -2319,4 +2319,10 @@ enum PageId {
// Settings > Display > Theme
DARK_UI_SETTINGS = 1698;
+
+ // Settings > global bubble settings
+ BUBBLE_SETTINGS = 1699;
+
+ // Settings > app > bubble settings
+ APP_BUBBLE_SETTINGS = 1700;
}
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index 95abd05ff011..f629cf6c82b0 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -7149,6 +7149,13 @@ message MetricsEvent {
// Settings > Display > Theme
DARK_UI_SETTINGS = 1698;
+
+ // Settings > global bubble settings
+ BUBBLE_SETTINGS = 1699;
+
+ // Settings > app > bubble settings
+ APP_BUBBLE_SETTINGS = 1700;
+
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS