Merge "Add metrics constants for dark ui dialog" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b555e7176
@@ -2374,6 +2374,12 @@ enum PageId {
|
|||||||
// Settings > Apps and notifications > Notifications > Gentle notifications
|
// Settings > Apps and notifications > Notifications > Gentle notifications
|
||||||
GENTLE_NOTIFICATIONS_SCREEN = 1715;
|
GENTLE_NOTIFICATIONS_SCREEN = 1715;
|
||||||
|
|
||||||
|
// OPEN: Settings > Display > Dark Theme
|
||||||
|
// CATEGORY: SETTINGS
|
||||||
|
// OS: Q
|
||||||
|
// Note: Only shows up on first time toggle
|
||||||
|
DIALOG_DARK_UI_INFO = 1740;
|
||||||
|
|
||||||
// OPEN: Settings > System > Gestures > Global Actions Panel
|
// OPEN: Settings > System > Gestures > Global Actions Panel
|
||||||
// CATEGORY: SETTINGS
|
// CATEGORY: SETTINGS
|
||||||
// OS: Q
|
// OS: Q
|
||||||
|
|||||||
@@ -7365,7 +7365,11 @@ message MetricsEvent {
|
|||||||
// OS: Q
|
// OS: Q
|
||||||
FIELD_EMERGENCY_DIALER_DISCONNECT_CAUSE = 1739;
|
FIELD_EMERGENCY_DIALER_DISCONNECT_CAUSE = 1739;
|
||||||
|
|
||||||
// ---- Skipping ahead to avoid conflicts between master and release branches.
|
// OPEN: Settings > Display > Dark Theme
|
||||||
|
// CATEGORY: SETTINGS
|
||||||
|
// OS: Q
|
||||||
|
// Note: Only shows up on first time toggle
|
||||||
|
DIALOG_DARK_UI_INFO = 1740;
|
||||||
|
|
||||||
// ---- End Q Constants, all Q constants go above this line ----
|
// ---- End Q Constants, all Q constants go above this line ----
|
||||||
// Add new aosp constants above this line.
|
// Add new aosp constants above this line.
|
||||||
|
|||||||
Reference in New Issue
Block a user