Searched refs:taskViewConsumerCaptor (Results 1 – 1 of 1) sorted by relevance
552 val taskViewConsumerCaptor = argumentCaptor<Consumer<TaskView>>() in testOnRotationWithPanelUpdateBoundsCalled() constant553 verify(taskViewFactory).create(eq(context), eq(uiExecutor), capture(taskViewConsumerCaptor)) in testOnRotationWithPanelUpdateBoundsCalled()562 taskViewConsumerCaptor.value.accept(taskView) in testOnRotationWithPanelUpdateBoundsCalled()577 val taskViewConsumerCaptor = argumentCaptor<Consumer<TaskView>>() in verifyPanelCreatedAndStartTaskView() constant578 verify(taskViewFactory).create(eq(context), eq(uiExecutor), capture(taskViewConsumerCaptor)) in verifyPanelCreatedAndStartTaskView()587 taskViewConsumerCaptor.value.accept(taskView) in verifyPanelCreatedAndStartTaskView()