Loading core/proto/android/app/settings_enums.proto +3 −0 Original line number Diff line number Diff line Loading @@ -56,5 +56,8 @@ enum PageId { // Settings > Display > Lock screen display > On lock screen LOCK_SCREEN_NOTIFICATION_CONTENT = 1584; // ConfirmDeviceCredentials > BiometricPrompt BIOMETRIC_FRAGMENT = 1585; } proto/src/metrics_constants/metrics_constants.proto +5 −0 Original line number Diff line number Diff line Loading @@ -6569,6 +6569,11 @@ message MetricsEvent { // OS: Q LOCK_SCREEN_NOTIFICATION_CONTENT = 1584; // ConfirmDeviceCredentials > BiometricPrompt // CATEGORY: SETTINGS // OS: Q BIOMETRIC_FRAGMENT = 1585; // ---- 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 @@ -56,5 +56,8 @@ enum PageId { // Settings > Display > Lock screen display > On lock screen LOCK_SCREEN_NOTIFICATION_CONTENT = 1584; // ConfirmDeviceCredentials > BiometricPrompt BIOMETRIC_FRAGMENT = 1585; }
proto/src/metrics_constants/metrics_constants.proto +5 −0 Original line number Diff line number Diff line Loading @@ -6569,6 +6569,11 @@ message MetricsEvent { // OS: Q LOCK_SCREEN_NOTIFICATION_CONTENT = 1584; // ConfirmDeviceCredentials > BiometricPrompt // CATEGORY: SETTINGS // OS: Q BIOMETRIC_FRAGMENT = 1585; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. Loading