Loading core/proto/android/app/settings_enums.proto +3 −0 Original line number Diff line number Diff line Loading @@ -59,5 +59,8 @@ enum PageId { // ConfirmDeviceCredentials > BiometricPrompt BIOMETRIC_FRAGMENT = 1585; // OPEN: Biometric Enrollment (android.settings.BIOMETRIC_ENROLL action intent) BIOMETRIC_ENROLL_ACTIVITY = 1586; } proto/src/metrics_constants/metrics_constants.proto +5 −0 Original line number Diff line number Diff line Loading @@ -6574,6 +6574,11 @@ message MetricsEvent { // OS: Q BIOMETRIC_FRAGMENT = 1585; // OPEN: Biometric Enrollment (android.settings.BIOMETRIC_ENROLL action intent) // CATEGORY: SETTINGS // OS: Q BIOMETRIC_ENROLL_ACTIVITY = 1586; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. Loading Loading
core/proto/android/app/settings_enums.proto +3 −0 Original line number Diff line number Diff line Loading @@ -59,5 +59,8 @@ enum PageId { // ConfirmDeviceCredentials > BiometricPrompt BIOMETRIC_FRAGMENT = 1585; // OPEN: Biometric Enrollment (android.settings.BIOMETRIC_ENROLL action intent) BIOMETRIC_ENROLL_ACTIVITY = 1586; }
proto/src/metrics_constants/metrics_constants.proto +5 −0 Original line number Diff line number Diff line Loading @@ -6574,6 +6574,11 @@ message MetricsEvent { // OS: Q BIOMETRIC_FRAGMENT = 1585; // OPEN: Biometric Enrollment (android.settings.BIOMETRIC_ENROLL action intent) // CATEGORY: SETTINGS // OS: Q BIOMETRIC_ENROLL_ACTIVITY = 1586; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. Loading