HomeSort by relevance Sort by last modified time
    Searched refs:getKeyEventDispatcher (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
AccessibilityServiceConnectionTest.java 87 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mMockKeyEventDispatcher);
UiAutomationManagerTest.java 80 when(mMockSystemSupport.getKeyEventDispatcher()).thenReturn(mock(KeyEventDispatcher.class));
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AbstractAccessibilityServiceConnection.java 148 @NonNull KeyEventDispatcher getKeyEventDispatcher();
332 mSystemSupport.getKeyEventDispatcher().setOnKeyEventResult(this, handled, sequence);
    [all...]
AccessibilityManagerService.java     [all...]

Completed in 247 milliseconds