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

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

Merge "Add metrics constants for new mobile networks page"

parents a72eb474 29932061
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