Merge "Metrics constants for new settings screens"

This commit is contained in:
Julia Reynolds
2019-03-26 15:13:15 +00:00
committed by Android (Google) Code Review
2 changed files with 13 additions and 0 deletions

View File

@@ -2319,4 +2319,10 @@ enum PageId {
// Settings > Display > Theme
DARK_UI_SETTINGS = 1698;
// Settings > global bubble settings
BUBBLE_SETTINGS = 1699;
// Settings > app > bubble settings
APP_BUBBLE_SETTINGS = 1700;
}

View File

@@ -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