Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlsUiControllerImplTest.kt552 val taskViewConsumerCaptor = argumentCaptor<Consumer<TaskView>>() in testOnRotationWithPanelUpdateBoundsCalled() constant
553 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() constant
578 verify(taskViewFactory).create(eq(context), eq(uiExecutor), capture(taskViewConsumerCaptor)) in verifyPanelCreatedAndStartTaskView()
587 taskViewConsumerCaptor.value.accept(taskView) in verifyPanelCreatedAndStartTaskView()