summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christine Franks <christyfranks@google.com> 2017-02-08 17:25:12 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-02-08 17:25:17 +0000
commit899d76bc19573f11d51a8b4b5d6b8d93ebea2ba1 (patch)
treebcb22ea364c21d5c8683b538872cda1dcb64835d
parent697221e84dd9963085dff30e231525bc0d52aff9 (diff)
parent27fde39cc2b06a4ae14e276b0c8d19b6ffb0d038 (diff)
Merge "Add new MetricsEvent for carrier demo mode dialog"
-rw-r--r--proto/src/metrics_constants.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index a590805cf745..e4b53cb05834 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -3388,6 +3388,9 @@ message MetricsEvent {
// OS: O
FIELD_GESTURE_VELOCITY = 827;
+ // OPEN: Carrier demo mode password dialog
+ CARRIER_DEMO_MODE_PASSWORD = 828;
+
// ---- End O Constants, all O constants go above this line ----
// Add new aosp constants above this line.