From 64867c19863e37c045c7c04e6b5ca31b87eb190a Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Fri, 14 Oct 2016 15:25:09 -0700 Subject: [PATCH] added metrics constant to proto Just adding a new constant to the proto for the refactored bluetooth dialogs. Test: Manual Bug: 32180625 Change-Id: I7e59ea6abd65db777d48bd0f2927db7260c67965 --- proto/src/metrics_constants.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 64d8a4c47a017..517dbe3c56119 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2575,6 +2575,9 @@ message MetricsEvent { // ACTION: Logs extra passed by the dpc while provisioning. PROVISIONING_EXTRA = 612; + // OPEN Settings > Bluetooth > Attempt to connect to device that shows dialog + BLUETOOTH_DIALOG_FRAGMENT = 613; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.