Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DKeyEventDispatcherTest.java183 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_twoServicesReturnsFalse_shouldPassEventToFramework()
199 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_twoServicesReturnsTrue_shouldNotPassEventToFramework()
216 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_firstOfTwoServicesReturnsTrue_shouldNotPassEventToFramework()
233 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_secondOfTwoServicesReturnsTrue_shouldNotPassEventToFramework()
251 mKeyEventDispatcher.notifyKeyEventLocked( in testSetOnKeyResult_firstServiceReturnsTwice_secondShouldBeIgnored()
274 mKeyEventDispatcher.notifyKeyEventLocked( in testEventTimesOut_shouldPassToFramework()
286 mKeyEventDispatcher.notifyKeyEventLocked( in testEventTimesOut_afterOneServiceReturnsFalse_shouldPassToFramework()
302 mKeyEventDispatcher.notifyKeyEventLocked( in testEventTimesOut_afterOneServiceReturnsTrue_shouldNotPassToFramework()
380 mKeyEventDispatcher.notifyKeyEventLocked( in testFlushTwpServices_withPendingEvent_shouldPassToFramework()
391 mKeyEventDispatcher.notifyKeyEventLocked( in testFlushOneService_thenOtherReturnsTrue_shouldNotPassToFramework()
[all …]
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DKeyEventDispatcher.java126 public boolean notifyKeyEventLocked( in notifyKeyEventLocked() method in KeyEventDispatcher
H A DAccessibilityManagerService.java1655 return getKeyEventDispatcher().notifyKeyEventLocked(event, policyFlags, boundServices); in notifyKeyEvent()