diff options
| author | 2019-03-29 16:01:20 -0400 | |
|---|---|---|
| committer | 2019-03-29 16:01:20 -0400 | |
| commit | 50e18ca6e9fca87276b7339b17dd2390ff7738d6 (patch) | |
| tree | 027462d6cb40bcb6e6dd40278d7dbfdc047ac82c | |
| parent | cb64a683fb9a84e7def8b602aec35672ea749170 (diff) | |
Metrics constants for bubble confirmation
Test: make
Bug: 129068779
Change-Id: I7f38ab0548078ef4efec3784df8ec19a11e06019
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 3 | ||||
| -rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 4 |
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 bf33ac67e333..d0295274dbe4 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2328,4 +2328,7 @@ enum PageId { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; + + // Open: Settings > app > bubble settings > confirmation dialog + DIALOG_APP_BUBBLE_SETTINGS = 1702; } diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index f52b94ff9ea1..ce39a709e637 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7158,6 +7158,10 @@ message MetricsEvent { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; + + // Open: Settings > app > bubble settings > confirmation dialog + DIALOG_APP_BUBBLE_SETTINGS = 1702; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |