Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java443 final TouchHandler touchHandler2 = createTouchHandler(); in testBroadcast() local
444 when(touchHandler2.isEnabled()).thenReturn(true); in testBroadcast()
446 final Environment environment = new Environment(Stream.of(touchHandler, touchHandler2) in testBroadcast()
456 inputListeners.add(registerInputEventListener(touchHandler2)); in testBroadcast()
612 final TouchHandler touchHandler2 = createTouchHandler(); in testPilfering() local
613 final Environment environment = new Environment(Stream.of(touchHandler1, touchHandler2) in testPilfering()
623 final TouchHandler.TouchSession session2 = captureSession(touchHandler2); in testPilfering()