From 2e6d4243ec9d04fcc1cb5cf9b076162dfadb8864 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Mon, 22 Oct 2018 15:51:39 -0700 Subject: [PATCH] Migrate a few metrics from metrics_contant to atom proto Bug: 117860032 Test: rebuild Change-Id: Idfd48123beed4c5be02b12f38bafa975e89f7dfb --- cmds/statsd/src/atoms.proto | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index dfb40a9bd16f5..7f6e41c1092f5 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -1461,6 +1461,24 @@ message SettingsUIChanged { // Unknown page. Should not be used in production code. PAGE_UNKNOWN = 0; + // OPEN: Settings homepage + SETTINGS_HOMEPAGE = 1502; + + // OPEN: Settings > System > Input & Gesture > Wake screen + SETTINGS_GESTURE_WAKE_SCREEN = 1570; + + // OPEN: Settings > Network & internet > Mobile network + MOBILE_NETWORK = 1571; + + // OPEN: Settings > Network & internet > Mobile network > Choose network + MOBILE_NETWORK_SELECT = 1581; + + // OPEN: Settings > Network & internet > Mobile network > Mobile Data > Dialog + MOBILE_DATA_DIALOG = 1582; + + // OPEN: Settings > Network & internet > Mobile network > Data roaming > Dialog + MOBILE_ROAMING_DIALOG = 1583; + // Settings > Display > Lock screen display > On lock screen LOCK_SCREEN_NOTIFICATION_CONTENT = 1584; }