diff options
| author | 2018-10-10 10:37:19 -0700 | |
|---|---|---|
| committer | 2018-10-10 11:33:28 -0700 | |
| commit | db71d28f080f5c9f3e342e4eed9b216989519ff1 (patch) | |
| tree | ba95128b34c0e08c2e323c0c46b06e92c88ebbdf | |
| parent | d1bbfbe90f3ec08e7da3dae46ef7e9e0f190dfe5 (diff) | |
Add metric id for mobile network settings
Bug: 114749736
Test: Build
Change-Id: I62fd6407ec92de16d952d966960b5caf447ea0c0
| -rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 5e87707c39e6..d86de5dfd799 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -6549,6 +6549,21 @@ message MetricsEvent { // Subtype: The importance of a notification has been changed ADJUSTMENT_KEY_IMPORTANCE = 1580; + // OPEN: Settings > Network & internet > Mobile network > Choose network + // CATEGORY: SETTINGS + // OS: Q + MOBILE_NETWORK_SELECT = 1581; + + // OPEN: Settings > Network & internet > Mobile network > Mobile Data > Dialog + // CATEGORY: SETTINGS + // OS: Q + MOBILE_DATA_DIALOG = 1582; + + // OPEN: Settings > Network & internet > Mobile network > Data roaming > Dialog + // CATEGORY: SETTINGS + // OS: Q + MOBILE_ROAMING_DIALOG = 1583; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. |