Searched refs:taskViewTaskController (Results 1 – 3 of 3) sorted by relevance
82 public TaskView(Context context, TaskViewTaskController taskViewTaskController) { in TaskView() argument84 mTaskViewTaskController = taskViewTaskController; in TaskView()
431 val taskViewTaskController = mock<TaskViewTaskController>() in <lambda>() constant432 val taskView = TaskView(context, taskViewTaskController) in <lambda>()
352 TaskViewTaskController taskViewTaskController = new TaskViewTaskController( in BubbleController()354 TaskView taskView = new TaskView(context, taskViewTaskController); in BubbleController()