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

Commit 29932061 authored by Antony Sargent's avatar Antony Sargent
Browse files

Add metrics constants for new mobile networks page

We're going to be adding a new settings page for when a device has
multiple mobile network subscriptions. This CL has values needed for
metrics of visits to that page.

Bug: 116349402
Test: n/a
Change-Id: Ic8802936c740ced6182a51877c02c9eb8d236784
parent 61532924
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2175,4 +2175,8 @@ enum PageId {

    // OPEN: Settings > System > Input & Gesture > Tap to check
    SETTINGS_GESTURE_TAP_SCREEN = 1626;

    // OPEN: Settings > Network & internet > Click Mobile network to land on a page with a list of
    // SIM/eSIM subscriptions.
    MOBILE_NETWORK_LIST = 1627;
}
+6 −0
Original line number Diff line number Diff line
@@ -6814,6 +6814,12 @@ message MetricsEvent {
    // OS: Q
    SETTINGS_GESTURE_TAP_SCREEN = 1626;

    // OPEN: Settings > Network & internet > Click Mobile network to land on a page with a list of
    // SIM/eSIM subscriptions.
    // CATEGORY: SETTINGS
    // OS: Q
    MOBILE_NETWORK_LIST = 1627;

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