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

Commit e7ba8a93 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Add metrics for Delete sim dialogs" into qt-dev

parents c1a72db8 0a7036b9
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -2354,4 +2354,11 @@ enum PageId {


    // OPEN: Settings > Pick preferred SIM dialog
    // OPEN: Settings > Pick preferred SIM dialog
    DIALOG_PREFERRED_SIM_PICKER = 1709;
    DIALOG_PREFERRED_SIM_PICKER = 1709;

    // OPEN: Settings > Network & internet > Mobile network > Delete sim
    DIALOG_DELETE_SIM_CONFIRMATION = 1713;

    // OPEN: Settings >  Network & internet > Mobile network > Delete sim > (answer yes to
    //       confirmation)
    DIALOG_DELETE_SIM_PROGRESS = 1714;
}
}
+7 −0
Original line number Original line Diff line number Diff line
@@ -7206,6 +7206,13 @@ message MetricsEvent {
    // ACTION: Share Wi-Fi hotspot by generating a QR code
    // ACTION: Share Wi-Fi hotspot by generating a QR code
    ACTION_SETTINGS_SHARE_WIFI_HOTSPOT_QR_CODE = 1712;
    ACTION_SETTINGS_SHARE_WIFI_HOTSPOT_QR_CODE = 1712;


    // OPEN: Settings > Network & internet > Mobile network > Delete sim
    DIALOG_DELETE_SIM_CONFIRMATION = 1713;

    // OPEN: Settings >  Network & internet > Mobile network > Delete sim > (answer yes to
    //       confirmation)
    DIALOG_DELETE_SIM_PROGRESS = 1714;

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