Searched refs:shortcutService (Results 1 – 1 of 1) sorted by relevance
3032 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatchingInner() local3033 if (shortcutService != null) { in interceptKeyBeforeDispatchingInner()3036 shortcutService.notifyShortcutKeyPressed(shortcutCode); in interceptKeyBeforeDispatchingInner()3243 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument3251 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()