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

Commit 22523820 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add metrics constants for dialog used to rename mobile networks"

parents 1f445978 4348de5d
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