Searched refs:hotseatItems (Results 1 – 4 of 4) sorted by relevance
68 val hotseatItems = in updateHotseatItemInfos_notInDesktopMode_returnsExistingHotseatItems() constant71 assertThat(recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray())) in updateHotseatItemInfos_notInDesktopMode_returnsExistingHotseatItems()72 .isEqualTo(hotseatItems.toTypedArray()) in updateHotseatItemInfos_notInDesktopMode_returnsExistingHotseatItems()79 val hotseatItems = createHotseatItemsFromPackageNames(hotseatPackages) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems() constant86 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()95 val hotseatItems = in updateHotseatItemInfos_noRunningApps_returnsExistingHotseatItems() constant98 assertThat(recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray())) in updateHotseatItemInfos_noRunningApps_returnsExistingHotseatItems()99 .isEqualTo(hotseatItems.toTypedArray()) in updateHotseatItemInfos_noRunningApps_returnsExistingHotseatItems()105 val hotseatItems = in updateHotseatItemInfos_returnsExistingHotseatItemsAndRunningApps() constant113 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_returnsExistingHotseatItemsAndRunningApps()[all …]
100 fun updateHotseatItemInfos(hotseatItems: Array<ItemInfo?>): Array<ItemInfo?> { in <lambda>()102 return hotseatItems in <lambda>()105 hotseatItems in <lambda>()122 hotseatItems: List<ItemInfo> in <lambda>()124 val hotseatPackages = hotseatItems.map { it.targetPackage } in <lambda>()
112 Set<String> hotseatItems = new HashSet<>(); in sendBroadcastToInstaller() local134 hotseatItems.add(packageName); in sendBroadcastToInstaller()143 printList(installerPackageName, "Hotseat item", hotseatItems); in sendBroadcastToInstaller()149 && hotseatItems.isEmpty() in sendBroadcastToInstaller()158 .putStringArrayListExtra(HOTSEAT_ITEM_EXTRA, new ArrayList<>(hotseatItems)) in sendBroadcastToInstaller()
54 FixedContainerItems hotseatItems = dataModel.extraItems.get(CONTAINER_HOTSEAT_PREDICTION); in convertDataModelToAppTargetBundle() local55 if (hotseatItems != null) { in convertDataModelToAppTargetBundle()56 for (ItemInfo itemInfo : hotseatItems.items) { in convertDataModelToAppTargetBundle()