Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DKeyEventDispatcherTest.java117 assertFalse(mKeyEventDispatcher.notifyKeyEventLocked(mKeyEvent, 0, Collections.EMPTY_LIST)); in testNotifyKeyEvent_withNoBoundServices_shouldReturnFalse()
126 .notifyKeyEventLocked(mKeyEvent, 0, Arrays.asList(keyEventFilter))); in testNotifyKeyEvent_boundServiceDoesntProcessEvents_shouldReturnFalse()
134 .notifyKeyEventLocked(mKeyEvent, 0, Arrays.asList(mKeyEventFilter1))); in testNotifyKeyEvent_withOneValidService_shouldNotifyService()
141 assertTrue(mKeyEventDispatcher.notifyKeyEventLocked( in testNotifyKeyEvent_withTwoValidService_shouldNotifyBoth()
155 .notifyKeyEventLocked(mKeyEvent, 0, Arrays.asList(mKeyEventFilter1)); in testSetOnKeyResult_eventNotHandled_shouldPassEventToFramework()
169 .notifyKeyEventLocked(mKeyEvent, 0, Arrays.asList(mKeyEventFilter1)); in testSetOnKeyResult_eventHandled_shouldNotPassEventToFramework()
182 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_twoServicesReturnsFalse_shouldPassEventToFramework()
198 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_twoServicesReturnsTrue_shouldNotPassEventToFramework()
215 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_firstOfTwoServicesReturnsTrue_shouldNotPassEventToFramework()
232 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_secondOfTwoServicesReturnsTrue_shouldNotPassEventToFramework()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DKeyEventDispatcher.java126 public boolean notifyKeyEventLocked( in notifyKeyEventLocked() method in KeyEventDispatcher
DAccessibilityManagerService.java1019 return getKeyEventDispatcher().notifyKeyEventLocked(event, policyFlags, boundServices); in notifyKeyEvent()
/frameworks/base/services/
Dart-profile4686 HPLcom/android/server/accessibility/KeyEventDispatcher;->notifyKeyEventLocked(Landroid/view/KeyEven…