Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java309 ArgumentCaptor<TouchHandler.TouchSession> touchSessionCaptor = ArgumentCaptor.forClass( in testSessionCount() local
314 verify(unzonedTouchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()
315 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount()
328 verify(touchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()
329 final TouchHandler.TouchSession touchSession = touchSessionCaptor.getValue(); in testSessionCount()