Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java251 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testReportedDisplayBounds() local
253 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testReportedDisplayBounds()
256 assertThat(touchSessionArgumentCaptor.getValue().getBounds()) in testReportedDisplayBounds()
561 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testDeferredPauseWithActiveSessions() local
564 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDeferredPauseWithActiveSessions()
571 touchSessionArgumentCaptor.getValue().pop(); in testDeferredPauseWithActiveSessions()
597 final ArgumentCaptor<TouchHandler.TouchSession> touchSessionArgumentCaptor = in testDestroyWithActiveSessions() local
600 verify(touchHandler).onSessionStart(touchSessionArgumentCaptor.capture()); in testDestroyWithActiveSessions()