Searched refs:shortcutService (Results 1 – 1 of 1) sorted by relevance
3047 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatchingInner() local3048 if (shortcutService != null) { in interceptKeyBeforeDispatchingInner()3051 shortcutService.notifyShortcutKeyPressed(shortcutCode); in interceptKeyBeforeDispatchingInner()3258 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument3266 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()