Loading core/proto/android/app/settings_enums.proto +3 −0 Original line number Diff line number Diff line Loading @@ -2328,4 +2328,7 @@ enum PageId { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; // Open: Settings > app > bubble settings > confirmation dialog DIALOG_APP_BUBBLE_SETTINGS = 1702; } proto/src/metrics_constants/metrics_constants.proto +4 −0 Original line number Diff line number Diff line Loading @@ -7158,6 +7158,10 @@ message MetricsEvent { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; // Open: Settings > app > bubble settings > confirmation dialog DIALOG_APP_BUBBLE_SETTINGS = 1702; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS Loading Loading
core/proto/android/app/settings_enums.proto +3 −0 Original line number Diff line number Diff line Loading @@ -2328,4 +2328,7 @@ enum PageId { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; // Open: Settings > app > bubble settings > confirmation dialog DIALOG_APP_BUBBLE_SETTINGS = 1702; }
proto/src/metrics_constants/metrics_constants.proto +4 −0 Original line number Diff line number Diff line Loading @@ -7158,6 +7158,10 @@ message MetricsEvent { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; // Open: Settings > app > bubble settings > confirmation dialog DIALOG_APP_BUBBLE_SETTINGS = 1702; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS Loading