Add 6 col grid to UIEvents

Bug: 210118169
Test: manual
Change-Id: I811c970ba41641a0abfae0d0a395a6b31a9da5dd
This commit is contained in:
Alex Chau
2022-01-06 14:52:46 +00:00
parent 3b7ae6e723
commit f3dbb049dc
2 changed files with 6 additions and 0 deletions
@@ -372,6 +372,9 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "Notification dismissed by swiping right.")
LAUNCHER_NOTIFICATION_DISMISSED(652),
@UiEvent(doc = "Current grid size is changed to 6.")
LAUNCHER_GRID_SIZE_6(930),
@UiEvent(doc = "Current grid size is changed to 5.")
LAUNCHER_GRID_SIZE_5(662),