diff options
author | Julia Reynolds <juliacr@google.com> | 2019-03-25 15:51:38 -0400 |
---|---|---|
committer | Julia Reynolds <juliacr@google.com> | 2019-03-26 12:32:41 +0000 |
commit | 12511031593a6988e2da7782b1fd760d89cb232f (patch) | |
tree | d302f6cb15a2e14705e10d4bbdd59d80d35126db /proto/src | |
parent | 2384444f7523ca1e5f6e238cee624b966c7d28da (diff) |
Metrics constants for new settings screens
Test: make
Bug: 129068779
Change-Id: I7eb96c3e9369c2dd9a3686c0a6e793f5fa2c4104
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 95abd05ff011..f629cf6c82b0 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7149,6 +7149,13 @@ message MetricsEvent { // Settings > Display > Theme DARK_UI_SETTINGS = 1698; + + // Settings > global bubble settings + BUBBLE_SETTINGS = 1699; + + // Settings > app > bubble settings + APP_BUBBLE_SETTINGS = 1700; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |