Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt78 val hotseatPackages = listOf(HOTSEAT_PACKAGE_1, HOTSEAT_PACKAGE_2) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems() constant
79 val hotseatItems = createHotseatItemsFromPackageNames(hotseatPackages) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()
89 .containsExactlyElementsIn(hotseatPackages) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsController.kt124 val hotseatPackages = hotseatItems.map { it.targetPackage } in <lambda>() constant
126 .filter { appInfo -> !hotseatPackages.contains(appInfo.targetPackage) } in <lambda>()