Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java167 final ArgumentCaptor<DreamTouchHandler.TouchSession> touchSessionArgumentCaptor = in testReportedDisplayBounds() local
169 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testReportedDisplayBounds()
172 assertThat(touchSessionArgumentCaptor.getValue().getBounds()) in testReportedDisplayBounds()
458 final ArgumentCaptor<DreamTouchHandler.TouchSession> touchSessionArgumentCaptor = in testDeferredPauseWithActiveSessions() local
461 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDeferredPauseWithActiveSessions()
470 touchSessionArgumentCaptor.getValue().pop(); in testDeferredPauseWithActiveSessions()
496 final ArgumentCaptor<DreamTouchHandler.TouchSession> touchSessionArgumentCaptor = in testDestroyWithActiveSessions() local
499 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDestroyWithActiveSessions()