Loading proto/src/metrics_constants.proto +16 −0 Original line number Diff line number Diff line Loading @@ -5171,6 +5171,7 @@ message MetricsEvent { // An autofill service was bound using an unofficial(but still supported) permission. // Package: Package of the autofill service // OS: P AUTOFILL_INVALID_PERMISSION = 1289; // OPEN: QS Alarm tile shown Loading @@ -5185,6 +5186,21 @@ message MetricsEvent { // OS: P USB_DEVICE_DETAILS = 1291; // OPEN: Settings > Accessibility > Vibration // CATEGORY: SETTINGS // OS: P ACCESSIBILITY_VIBRATION = 1292; // OPEN: Settings > Accessibility > Vibration > Ring & notification vibration // CATEGORY: SETTINGS // OS: P ACCESSIBILITY_VIBRATION_NOTIFICATION = 1293; // OPEN: Settings > Accessibility > Vibration > Touch vibration // CATEGORY: SETTINGS // OS: P ACCESSIBILITY_VIBRATION_TOUCH = 1294; // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS Loading Loading
proto/src/metrics_constants.proto +16 −0 Original line number Diff line number Diff line Loading @@ -5171,6 +5171,7 @@ message MetricsEvent { // An autofill service was bound using an unofficial(but still supported) permission. // Package: Package of the autofill service // OS: P AUTOFILL_INVALID_PERMISSION = 1289; // OPEN: QS Alarm tile shown Loading @@ -5185,6 +5186,21 @@ message MetricsEvent { // OS: P USB_DEVICE_DETAILS = 1291; // OPEN: Settings > Accessibility > Vibration // CATEGORY: SETTINGS // OS: P ACCESSIBILITY_VIBRATION = 1292; // OPEN: Settings > Accessibility > Vibration > Ring & notification vibration // CATEGORY: SETTINGS // OS: P ACCESSIBILITY_VIBRATION_NOTIFICATION = 1293; // OPEN: Settings > Accessibility > Vibration > Touch vibration // CATEGORY: SETTINGS // OS: P ACCESSIBILITY_VIBRATION_TOUCH = 1294; // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS Loading