summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Leif Hendrik Wilden <leifhendrik@google.com> 2018-02-12 13:50:33 -0800
committer Leif Hendrik Wilden <leifhendrik@google.com> 2018-02-14 13:58:47 -0800
commit1e462a024578829d6871d979bfbe90123fdecf03 (patch)
treea2e984057473456800b7273cb4c31c372e1f62d9
parent581576efef1b25efedc4a7657e8ea84a26a7fe2f (diff)
Adds metrics constants for tron logging in Android TV Settings.
Test: Looks good. Bug: 70572789 Change-Id: Ib0fc596f26ec9eb5bd435171c8c288179cf9cd21
-rw-r--r--proto/src/metrics_constants.proto16
1 files changed, 16 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index ae5e133fa02f..7eebf5a3f94a 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -5213,6 +5213,22 @@ message MetricsEvent {
// OS: P
ACTION_OUTPUT_CHOOSER_DISCONNECT = 1297;
+ // OPEN: TV Settings > Home theater control
+ // OS: P
+ SETTINGS_TV_HOME_THEATER_CONTROL_CATEGORY = 1298;
+
+ // OPEN: TV Settings > TV Inputs (Inputs & Devices)
+ // OS: P
+ SETTINGS_TV_INPUTS_CATEGORY = 1299;
+
+ // OPEN: TV Settings > Device
+ // OS: P
+ SETTINGS_TV_DEVICE_CATEGORY = 1300;
+
+ // OPEN: TV Settings > Network > Proxy settings
+ // OS: P
+ DIALOG_TV_NETWORK_PROXY = 1301;
+
// ---- End P Constants, all P constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS