Searched refs:mockRecentsModel (Results 1 – 1 of 1) sorted by relevance
44 @Mock private lateinit var mockRecentsModel: RecentsModel variable in com.android.launcher3.taskbar.TaskbarRecentAppsControllerTest57 TaskbarRecentAppsController(mockRecentsModel) { mockDesktopVisibilityController } in setUp()82 whenever(mockRecentsModel.runningTasks).thenReturn(runningTasks) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()109 whenever(mockRecentsModel.runningTasks).thenReturn(runningTasks) in updateHotseatItemInfos_returnsExistingHotseatItemsAndRunningApps()135 whenever(mockRecentsModel.runningTasks).thenReturn(runningTasks) in updateHotseatItemInfos_runningAppIsHotseatItem_returnsDistinctItems()157 whenever(mockRecentsModel.runningTasks).thenReturn(runningTasks) in getRunningApps_notInDesktopMode_returnsEmptySet()169 whenever(mockRecentsModel.runningTasks).thenReturn(runningTasks) in getRunningApps_inDesktopMode_returnsRunningApps()188 whenever(mockRecentsModel.runningTasks).thenReturn(runningTasks) in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()