Searched refs:notifyKeyEventLocked (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java748 boolean handled = notifyKeyEventLocked(localClone, policyFlags, false);
750 handled = notifyKeyEventLocked(localClone, policyFlags, true);
888 private boolean notifyKeyEventLocked(KeyEvent event, int policyFlags, boolean isDefault) { method in class:AccessibilityManagerService

Completed in 54 milliseconds