diff options
| author | 2018-03-01 11:46:32 -0800 | |
|---|---|---|
| committer | 2018-03-02 10:10:35 -0800 | |
| commit | affcc6f2c199719e83cd49fa6a2b9e607951559e (patch) | |
| tree | e85f134a24e975841b15a903d79afb320f56de85 | |
| parent | a94d1b90a19204b59d3b432caf54fed9e4b80e4f (diff) | |
Adds two more metrics categories for ATV Settings.
Bug: 70572789
Test: Looking good.
Change-Id: I2941dfe58bf59ed53fe31aab5bb7ae15bd6a0018
| -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 |