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

Commit d448910f authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Add logging enums for 3 new SIM related pages." into qt-dev

am: 7feb1a1f

Change-Id: I620189316adfff96ba305427d30e0eee02e15a6f
parents d2209bba 7feb1a1f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2336,4 +2336,13 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_DISPLAY_WHITE_BALANCE_SETTING_CHANGED = 1703;

    // OPEN: Settings > Pick SIM dialog
    DIALOG_SIM_LIST = 1707;

    // OPEN: Settings > Pick SIM (that supports calling) dialog
    DIALOG_CALL_SIM_LIST = 1708;

    // OPEN: Settings > Pick preferred SIM dialog
    DIALOG_PREFERRED_SIM_PICKER = 1709;
}
+15 −0
Original line number Diff line number Diff line
@@ -7182,6 +7182,21 @@ message MetricsEvent {
    // OS: Q
    QS_UI_MODE_NIGHT = 1706;

    // OPEN: Settings > Pick SIM dialog
    // CATEGORY: SETTINGS
    // OS: Q
    DIALOG_SIM_LIST = 1707;

    // OPEN: Settings > Pick SIM (that supports calling) dialog
    // CATEGORY: SETTINGS
    // OS: Q
    DIALOG_CALL_SIM_LIST = 1708;

    // OPEN: Settings > Pick preferred SIM dialog
    // CATEGORY: SETTINGS
    // OS: Q
    DIALOG_PREFERRED_SIM_PICKER = 1709;

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