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

Commit fc9fb216 authored by Christine Franks's avatar Christine Franks Committed by Android (Google) Code Review
Browse files

Merge "Reserve display white balance metric"

parents 961cda0c 92aa9b2f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2331,4 +2331,9 @@ enum PageId {

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

    // ACTION: Display white balance setting enabled or disabled.
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_DISPLAY_WHITE_BALANCE_SETTING_CHANGED = 1703;
}
+5 −0
Original line number Diff line number Diff line
@@ -7162,6 +7162,11 @@ message MetricsEvent {
    // Open: Settings > app > bubble settings > confirmation dialog
    DIALOG_APP_BUBBLE_SETTINGS = 1702;

    // ACTION: Display white balance setting enabled or disabled.
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_DISPLAY_WHITE_BALANCE_SETTING_CHANGED = 1703;

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