Searched refs:taskIconCache (Results 1 – 2 of 2) sorted by relevance
47 private val taskIconCache = mock<TaskIconCache>() constant50 TasksRepository(recentsModel, taskThumbnailDataSource, taskIconCache)
40 private val taskIconCache: TaskIconCache, in <lambda>() constant in com.android.quickstep.recents.data.TasksRepository