Add metrics constant for dialogs in Settings.

Bug: 31707295
Test: make frameworks
Change-Id: I79386bcddba959c7bf655f0659d89650b87e8a92
This commit is contained in:
Fan Zhang
2016-09-23 12:11:15 -07:00
parent 72909f45f7
commit 04c2035989

View File

@@ -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 ----