From 92c6038b58154540178164e4cafc38d3d49ca555 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Mon, 8 Aug 2016 14:03:53 -0700 Subject: [PATCH] Add metrics for fragments in Settings. Bug: 30681771 Test: compiled fine with proto changes. Change-Id: I5b4669d13d58987c12dcc78ebdc4d7bd22916a71 --- proto/src/metrics_constants.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 8c8b39167718..00707e47e648 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2270,6 +2270,15 @@ message MetricsEvent { // SUBTYPE: sub settings classname ACTION_SETTING_HELP_AND_FEEDBACK = 513; + // OPEN: Settings > Language & input > Personal dictionary (single locale) + USER_DICTIONARY_SETTINGS = 514; + + // OPEN: Settings > Date & time > Select time zone + ZONE_PICKER = 515; + + // OPEN: Settings > Security > Device administrators + DEVICE_ADMIN_SETTINGS = 516; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. -- 2.11.0