Loading core/proto/android/app/settings_enums.proto +6 −0 Original line number Diff line number Diff line Loading @@ -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; } proto/src/metrics_constants/metrics_constants.proto +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/proto/android/app/settings_enums.proto +6 −0 Original line number Diff line number Diff line Loading @@ -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; }
proto/src/metrics_constants/metrics_constants.proto +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading