Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt185 createDesktopTaskInfo(RUNNING_APP_PACKAGE_3) { isVisible = false }, in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()
192 .containsExactly(RUNNING_APP_PACKAGE_1, RUNNING_APP_PACKAGE_2, RUNNING_APP_PACKAGE_3) in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()
193 assertThat(recentAppsController.minimizedApps).containsExactly(RUNNING_APP_PACKAGE_3) in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()
232 const val RUNNING_APP_PACKAGE_3 = "running3" constant
239 RUNNING_APP_PACKAGE_3,