Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt160 assertThat(recentAppsController.runningApps).isEmpty() in getRunningApps_notInDesktopMode_returnsEmptySet()
172 assertThat(recentAppsController.runningApps) in getRunningApps_inDesktopMode_returnsRunningApps()
191 assertThat(recentAppsController.runningApps) in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsController.kt68 val runningApps: Set<String> in <lambda>() constant in com.android.launcher3.taskbar.TaskbarRecentAppsController