OSDN Git Service

Metrics constants for new settings screens
authorJulia Reynolds <juliacr@google.com>
Mon, 25 Mar 2019 19:51:38 +0000 (15:51 -0400)
committerJulia Reynolds <juliacr@google.com>
Tue, 26 Mar 2019 12:32:41 +0000 (12:32 +0000)
Test: make
Bug: 129068779
Change-Id: I7eb96c3e9369c2dd9a3686c0a6e793f5fa2c4104

core/proto/android/app/settings_enums.proto
proto/src/metrics_constants/metrics_constants.proto

index b4be3f5..0c53fb2 100644 (file)
@@ -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;
 }
index 95abd05..f629cf6 100644 (file)
@@ -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