From: Julia Reynolds Date: Mon, 9 Apr 2018 17:57:21 +0000 (-0400) Subject: Metrics constants for zen onboarding. X-Git-Tag: android-x86-9.0-r1~143^2~32^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8aca3e0557ca6e66cc89950ea273e92bcbf86a9c;p=android-x86%2Fframeworks-base.git Metrics constants for zen onboarding. Bug: 77658931 Test: make Change-Id: Id11f68bd6cc132d7c53004d2ea31d869f64379b8 --- diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 4f2fd8be69f5..446c0a1d11b1 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5588,6 +5588,31 @@ message MetricsEvent { // OS: P DIALOG_VOLUME_FORMAT = 1375; + // OPEN: DND onboarding activity > screen on checkbox + // CATEGORY: SETTINGS + // OS: P + ACTION_ZEN_ONBOARDING_SCREEN_ON = 1376; + + // OPEN: DND onboarding activity > screen off checkbox + // CATEGORY: SETTINGS + // OS: P + ACTION_ZEN_ONBOARDING_SCREEN_OFF = 1377; + + // OPEN: DND onboarding activity > Ok button + // CATEGORY: SETTINGS + // OS: P + ACTION_ZEN_ONBOARDING_OK = 1378; + + // OPEN: DND onboarding activity > Settings link + // CATEGORY: SETTINGS + // OS: P + ACTION_ZEN_ONBOARDING_SETTINGS = 1379; + + // OPEN: DND onboarding activity + // CATEGORY: SETTINGS + // OS: P + SETTINGS_ZEN_ONBOARDING = 1380; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS