Home
last modified time | relevance | path

Searched refs:isLauncherInitialized (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java225 protected boolean isLauncherInitialized() { in isLauncherInitialized() method in QuickstepTestInformationHandler
226 return super.isLauncherInitialized() && TouchInteractionService.isInitialized(); in isLauncherInitialized()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java137 return getUIProperty(Bundle::putBoolean, t -> isLauncherInitialized(), () -> true); in call()
484 protected boolean isLauncherInitialized() {