diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-09-20 18:47:01 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-09-20 18:47:01 +0000 |
commit | c17ada3a1fa08f27e58a131fbe43b61869ad20cf (patch) | |
tree | 268f548fad5bb950b2abd30aa6c12fcff85e85ed | |
parent | 39fd064ac7ba667b5cf5bec57a4a37011315a6a4 (diff) | |
parent | d3939b932ecdf12648489f622e36e3b137e84dc0 (diff) |
Merge "Add log metrics for Aware Display Settings"
-rw-r--r-- | core/proto/android/app/settings_enums.proto | 4 | ||||
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 3323095a6244..b8c5270ef9d8 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2402,6 +2402,10 @@ enum PageId { // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748; + // OPEN: Settings > System > Aware > Aware Display + // CATEGORY: SETTINGS + // OS: Q + SETTINGS_AWARE_DISPLAY = 1750; // ---- End Q Constants, all Q constants go above this line ---- // OPEN: Settings > Network & Internet > Wi-Fi > Click new network // CATEGORY: SETTINGS diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index f40a1eea255b..5b826b1c551b 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7422,6 +7422,9 @@ message MetricsEvent { // OS: Q - QPR1 ACTION_ACTIVITY_CHOOSER_PICKED_SYSTEM_TARGET = 1749; + // OPEN: Settings > System > Aware > Aware Display + // OS: Q + SETTINGS_AWARE_DISPLAY = 1750; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |