Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DUiAutomationManagerTest.java78 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setup()
H A DAccessibilityServiceConnectionTest.java104 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mMockKeyEventDispatcher); in setup()
H A DAccessibilityManagerServiceTest.java209 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class)); in setupAccessibilityServiceConnection()
H A DAbstractAccessibilityServiceConnectionTest.java190 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mMockKeyEventDispatcher); in setup()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java247 @NonNull KeyEventDispatcher getKeyEventDispatcher(); in getKeyEventDispatcher() method
454 mSystemSupport.getKeyEventDispatcher().setOnKeyEventResult(this, handled, sequence); in setOnKeyEventResult()
1551 mSystemSupport.getKeyEventDispatcher().flush(this); in resetLocked()
H A DAccessibilityManagerService.java1655 return getKeyEventDispatcher().notifyKeyEventLocked(event, policyFlags, boundServices); in notifyKeyEvent()
3438 public KeyEventDispatcher getKeyEventDispatcher() { in getKeyEventDispatcher() method in AccessibilityManagerService