diff options
author | Julia Reynolds <juliacr@google.com> | 2019-05-03 09:39:19 -0400 |
---|---|---|
committer | Julia Reynolds <juliacr@google.com> | 2019-05-03 09:45:39 -0400 |
commit | c0fb5c1851818ff9e32a22b90023e2ab33bf7d4f (patch) | |
tree | 39e2fef842c6f1c1106eca9cc5fa034613c958e3 /proto | |
parent | 3fd1b4949b0237fde1e30223e079194de409fa0a (diff) |
Metrics constants for new screen
Test: make
Bug: 128445911
Change-Id: I8577ed12b6c60e7a8996ec313d22b2adcba12b6a
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index fe92d45b297d..10387f10615f 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7213,6 +7213,9 @@ message MetricsEvent { // confirmation) DIALOG_DELETE_SIM_PROGRESS = 1714; + // Settings > Apps and notifications > Notifications > Gentle notifications + GENTLE_NOTIFICATIONS_SCREEN = 1715; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |