From affcc6f2c199719e83cd49fa6a2b9e607951559e Mon Sep 17 00:00:00 2001 From: Leif Hendrik Wilden Date: Thu, 1 Mar 2018 11:46:32 -0800 Subject: Adds two more metrics categories for ATV Settings. Bug: 70572789 Test: Looking good. Change-Id: I2941dfe58bf59ed53fe31aab5bb7ae15bd6a0018 --- proto/src/metrics_constants.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 7819a80ec790..57e3c75cc10c 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5369,6 +5369,16 @@ message MetricsEvent { // OS: P FIELD_DEVICE_ROTATION = 1329; + // OPEN: TV Settings > Inputs > Input Options + // CATEGORY: SETTINGS + // OS: P + SETTINGS_TV_INPUT_OPTIONS_CATEGORY = 1330; + + // OPEN: TV Settings > Network & Internet > Add known WIFI network + // CATEGORY: SETTINGS + // OS: P + SETTINGS_TV_WIFI_ADD_KNOWN_CATEGORY = 1331; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS -- cgit v1.2.3-59-g8ed1b