diff options
| author | 2018-03-04 22:53:05 +0000 | |
|---|---|---|
| committer | 2018-03-04 22:53:05 +0000 | |
| commit | 71300c541e42d23d78d4b1e576b610335063f19c (patch) | |
| tree | 1e784dd87003b1a33ebc6b88c4e2ab90c5439f89 | |
| parent | 48553062fa8147d2c943b8efff07ce1e87fb8a0e (diff) | |
| parent | affcc6f2c199719e83cd49fa6a2b9e607951559e (diff) | |
Merge "Adds two more metrics categories for ATV Settings."
| -rw-r--r-- | proto/src/metrics_constants.proto | 10 |
1 files changed, 10 insertions, 0 deletions
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 |