Searched refs:updateHotseatItemInfos (Results 1 – 3 of 3) sorted by relevance
71 assertThat(recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray())) in updateHotseatItemInfos_notInDesktopMode_returnsExistingHotseatItems()86 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()98 assertThat(recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray())) in updateHotseatItemInfos_noRunningApps_returnsExistingHotseatItems()113 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_returnsExistingHotseatItemsAndRunningApps()139 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_runningAppIsHotseatItem_returnsDistinctItems()
100 fun updateHotseatItemInfos(hotseatItems: Array<ItemInfo?>): Array<ItemInfo?> { in <lambda>() method
236 .updateHotseatItemInfos(hotseatItemInfos); in commitItemsToUI()