From 2b0efb091993e6019d6df5546a7fefeaf4633aef Mon Sep 17 00:00:00 2001 From: Mahaver Chopra Date: Thu, 15 Sep 2016 18:57:09 +0100 Subject: [PATCH] Provisioning Network type constant Added mertrics variable to network type used while provisioning. Happens only once, when the device is provisioned. It shouldn't be more than 10 times for a device's life. Test: Not required Bug: 31425625 Bug: 31425628 Change-Id: I5eccbda7ffd93f1bcceb37b8d485895598fa59a8 --- 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 da041da63288c..90ccca2429046 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2566,6 +2566,9 @@ message MetricsEvent { // OPEN: Settings > Wireless > Manage wireless plan dialog DIALOG_MANAGE_MOBILE_PLAN = 609; + // ACTION: Logs the network type of device while provisioning + PROVISIONING_NETWORK_TYPE = 610; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.