From 2e6c19cfce07eb9df33ea5c58c1fbefa96ae8915 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Tue, 1 May 2018 09:04:21 -0400 Subject: [PATCH] metrics constant for new button Bug: 78448988 Test: make Change-Id: I75977645f4e0fb0ff09a82061c35cf73a96ed1ef --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 50c58535627c5..7dd85bad233d1 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5735,6 +5735,11 @@ message MetricsEvent { // The path part of the subslice URI FIELD_SUBSLICE_PATH = 1405; + // OPEN: DND onboarding activity > don't update button + // CATEGORY: SETTINGS + // OS: P + ACTION_ZEN_ONBOARDING_KEEP_CURRENT_SETTINGS = 1406; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS