From 04c203598929ea4ddb3b13b65671bd7fdb896930 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 23 Sep 2016 12:11:15 -0700 Subject: [PATCH] Add metrics constant for dialogs in Settings. Bug: 31707295 Test: make frameworks Change-Id: I79386bcddba959c7bf655f0659d89650b87e8a92 --- proto/src/metrics_constants.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b9533020d94a9..da041da63288c 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2557,6 +2557,14 @@ message MetricsEvent { // OPEN: Settings > Wifi > Write config to NFC dialog DIALOG_WIFI_WRITE_NFC = 606; + // OPEN: Settings > Date > Date picker dialog + DIALOG_DATE_PICKER = 607; + + // OPEN: Settings > Date > Time picker dialog + DIALOG_TIME_PICKER = 608; + + // OPEN: Settings > Wireless > Manage wireless plan dialog + DIALOG_MANAGE_MOBILE_PLAN = 609; // ---- End O Constants, all O constants go above this line ----