Searched refs:hotseatPackages (Results 1 – 2 of 2) sorted by relevance
78 val hotseatPackages = listOf(HOTSEAT_PACKAGE_1, HOTSEAT_PACKAGE_2) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems() constant79 val hotseatItems = createHotseatItemsFromPackageNames(hotseatPackages) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()89 .containsExactlyElementsIn(hotseatPackages) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()
124 val hotseatPackages = hotseatItems.map { it.targetPackage } in <lambda>() constant126 .filter { appInfo -> !hotseatPackages.contains(appInfo.targetPackage) } in <lambda>()