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

Commit 50e18ca6 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Metrics constants for bubble confirmation

Test: make
Bug: 129068779
Change-Id: I7f38ab0548078ef4efec3784df8ec19a11e06019
parent cb64a683
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2328,4 +2328,7 @@ enum PageId {

    // OPEN: Settings > System > Aware > Info dialog
    DIALOG_AWARE_STATUS = 1701;

    // Open: Settings > app > bubble settings > confirmation dialog
    DIALOG_APP_BUBBLE_SETTINGS = 1702;
}
+4 −0
Original line number Diff line number Diff line
@@ -7158,6 +7158,10 @@ message MetricsEvent {

    // OPEN: Settings > System > Aware > Info dialog
    DIALOG_AWARE_STATUS = 1701;

    // Open: Settings > app > bubble settings > confirmation dialog
    DIALOG_APP_BUBBLE_SETTINGS = 1702;

    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS