Loading core/proto/android/app/settings_enums.proto +4 −0 Original line number Diff line number Diff line Loading @@ -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; } proto/src/metrics_constants/metrics_constants.proto +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/proto/android/app/settings_enums.proto +4 −0 Original line number Diff line number Diff line Loading @@ -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; }
proto/src/metrics_constants/metrics_constants.proto +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading