@@ -4532,7 +4532,8 @@ message MetricsEvent {
45324532 // OS: O MR
45334533 AUTOFILL_SERVICE_DISABLED_SELF = 1135 ;
45344534
4535- // Counter showing how long it took (in ms) to show the autofill UI after a field was focused
4535+ // Reports how long it took to show the autofill UI after a field was focused
4536+ // Tag FIELD_AUTOFILL_DURATION: Duration in ms
45364537 // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request
45374538 // Package: Package of the autofill service
45384539 // OS: O MR
@@ -4567,8 +4568,40 @@ message MetricsEvent {
45674568 // OS: O MR
45684569 COLOR_MODE_SETTINGS = 1143 ;
45694570
4571+ // Enclosing category for group of APP_TRANSITION_FOO events,
4572+ // logged when we cancel an app transition.
4573+ APP_TRANSITION_CANCELLED = 1144 ;
4574+
4575+ // Tag of a field representing a duration on autofill-related metrics.
4576+ FIELD_AUTOFILL_DURATION = 1145 ;
4577+
45704578 // ---- End O-MR1 Constants, all O-MR1 constants go above this line ----
45714579
4580+ // ACTION: Stop an app and turn on background check
4581+ // CATEGORY: SETTINGS
4582+ // OS: P
4583+ ACTION_APP_STOP_AND_BACKGROUND_CHECK = 1233 ;
4584+
4585+ // FIELD: The action type for each anomaly
4586+ // CATEGORY: SETTINGS
4587+ // OS: P
4588+ FIELD_ANOMALY_ACTION_TYPE = 1234 ;
4589+
4590+ // OPEN: Settings -> Battery -> Wakelock anomaly
4591+ // CATEGORY: SETTINGS
4592+ // OS: P
4593+ ANOMALY_TYPE_WAKELOCK = 1235 ;
4594+
4595+ // OPEN: Settings -> Battery -> Wakeup alarm anomaly
4596+ // CATEGORY: SETTINGS
4597+ // OS: P
4598+ ANOMALY_TYPE_WAKEUP_ALARM = 1236 ;
4599+
4600+ // OPEN: Settings -> Battery -> Unoptimized bt anomaly
4601+ // CATEGORY: SETTINGS
4602+ // OS: P
4603+ ANOMALY_TYPE_UNOPTIMIZED_BT = 1237 ;
4604+
45724605 // Add new aosp constants above this line.
45734606 // END OF AOSP CONSTANTS
45744607 }
0 commit comments