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

Commit 4348de5d authored by Antony Sargent's avatar Antony Sargent
Browse files

Add metrics constants for dialog used to rename mobile networks

We're adding a new dialog that lets you set the display name used for a
mobile network, which is mostly useful in multi-SIM situations.

Bug: 122670283
Test: n/a
Change-Id: Ia44934fa13cac0d15cd91edec54520687100afaa
parent 1931fa50
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2189,4 +2189,9 @@ enum PageId {

    // OPEN: Settings > System > Aware > Disable > Dialog
    DIALOG_AWARE_DISABLE = 1633;

    // OPEN: Settings > Settings > Network & internet > Click Mobile network to land on page with
    // details for a SIM/eSIM mobile network > Click edit icon to bring up a rename dialog.
    // OS: Q
    MOBILE_NETWORK_RENAME_DIALOG = 1642;
}
+5 −0
Original line number Diff line number Diff line
@@ -6910,6 +6910,11 @@ message MetricsEvent {
    // CATEGORY: NOTIFICATION
    FIELD_NOTIFICATION_CATEGORY = 1641;

    // OPEN: Settings > Settings > Network & internet > Click Mobile network to land on page with
    // details for a SIM/eSIM mobile network > Click edit icon to bring up a rename dialog.
    // OS: Q
    MOBILE_NETWORK_RENAME_DIALOG = 1642;

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