Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java293 final TouchHandler unzonedTouchHandler = createTouchHandler(); in testSessionCount() local
300 final Environment environment = new Environment(Stream.of(touchHandler, unzonedTouchHandler) in testSessionCount()
314 verify(unzonedTouchHandler).onSessionStart(touchSessionCaptor.capture()); in testSessionCount()