Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DUiAutomationManagerTest.java90 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setup()
DAccessibilityServiceConnectionTest.java139 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mMockKeyEventDispatcher); in setup()
DAbstractAccessibilityServiceConnectionTest.java192 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mMockKeyEventDispatcher); in setup()
DAccessibilityManagerServiceTest.java294 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setupAccessibilityServiceConnection()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java255 @NonNull KeyEventDispatcher getKeyEventDispatcher(); in getKeyEventDispatcher() method
483 mSystemSupport.getKeyEventDispatcher().setOnKeyEventResult(this, handled, sequence); in setOnKeyEventResult()
1728 mSystemSupport.getKeyEventDispatcher().flush(this); in resetLocked()
DAccessibilityManagerService.java1810 return getKeyEventDispatcher().notifyKeyEventLocked(event, policyFlags, boundServices); in notifyKeyEvent()
3935 public KeyEventDispatcher getKeyEventDispatcher() { in getKeyEventDispatcher() method in AccessibilityManagerService