Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12511031 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Metrics constants for new settings screens

Test: make
Bug: 129068779
Change-Id: I7eb96c3e9369c2dd9a3686c0a6e793f5fa2c4104
parent 2384444f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;
}
+7 −0
Original line number Diff line number Diff line
@@ -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