summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2018-03-06 21:44:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-03-06 21:44:53 +0000
commit200de1cc86c38bc34317c500f808be40baf341d0 (patch)
tree148671fe75cad07d7e56c9e1cdcaa20b1c83e416
parent88840820d0ccf17ac1af2bc89f14c82b0b2e04bb (diff)
parent8dff1868ff74d1d4bfc7f27362466376503d7290 (diff)
Merge "metrics constants for app ops." into pi-dev
-rw-r--r--proto/src/metrics_constants.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 796ac4fb0bd9..e962c0b23f98 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -5445,6 +5445,14 @@ message MetricsEvent {
// OS: P
NOTIFICATION_ZEN_MODE_DURATION_PROMPT = 1344;
+ // Notification Guts, active app ops variant
+ // OS: P
+ APP_OPS_GUTS = 1345;
+
+ // ACTION: Notification Guts, active app ops variant > Settings button
+ // OS: P
+ ACTION_OPS_GUTS_SETTINGS = 1346;
+
// ---- End P Constants, all P constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS