Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt44 @Mock private lateinit var mockRecentsModel: RecentsModel variable in com.android.launcher3.taskbar.TaskbarRecentAppsControllerTest
57 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()