Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt132 private lateinit var interactionEventHandlerCaptor: ArgumentCaptor<InteractionEventHandler> variable in com.android.systemui.shade.NotificationShadeWindowViewTest
266 verify(underTest).setInteractionEventHandler(interactionEventHandlerCaptor.capture()) in captureInteractionEventHandler()
267 interactionEventHandler = interactionEventHandlerCaptor.value in captureInteractionEventHandler()
DNotificationShadeWindowViewControllerTest.kt157 private lateinit var interactionEventHandlerCaptor: ArgumentCaptor<InteractionEventHandler> variable
238 interactionEventHandlerCaptor = ArgumentCaptor.forClass(InteractionEventHandler::class.java) in setUp()
239 verify(view).setInteractionEventHandler(interactionEventHandlerCaptor.capture()) in setUp()
240 interactionEventHandler = interactionEventHandlerCaptor.value in setUp()