[AA+] Add LAUNCHER_ALLAPPS_KEYBOARD_CLOSED event.

Also adds Launcher.allAppsLogger method to simplify AllApps specific user events logging.

Bug: 178562918
Change-Id: I57520fe1504079091f0ff2c4c74268f727ffe14f
This commit is contained in:
thiruram
2021-02-04 14:28:14 -08:00
parent 9012515fef
commit aafa8a44a3
4 changed files with 30 additions and 4 deletions

View File

@@ -350,6 +350,9 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "Launcher exited from AllApps state.")
LAUNCHER_ALLAPPS_EXIT(693),
@UiEvent(doc = "User closed the AllApps keyboard.")
LAUNCHER_ALLAPPS_KEYBOARD_CLOSED(694),
;
// ADD MORE