From a85b48714ac40acdc92d2ecc73cf52a5216e1b7e Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Mon, 26 Mar 2018 16:52:53 -0700 Subject: [PATCH] Add metrics for new settings conditional cards. Bug: 76022431 Test: rebuild Change-Id: I12541a43d742c17e22db701050bb7b72bd423522 --- proto/src/metrics_constants.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 9417f04bbf501..cfb5c6dd080b6 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5547,6 +5547,17 @@ message MetricsEvent { // OS: P ACTION_ANOMALY_TRIGGERED = 1367; + // ACTION: Settings > Condition > Device muted + // CATEGORY: SETTINGS + // OS: P + SETTINGS_CONDITION_DEVICE_MUTED = 1368; + + // ACTION: Settings > Condition > Device vibrate + // CATEGORY: SETTINGS + // OS: P + SETTINGS_CONDITION_DEVICE_VIBRATE = 1369; + + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS