Searched refs:shortcutService (Results 1 – 3 of 3) sorted by relevance
223 void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument230 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()257 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in handleShortcutService() local258 if (shortcutService != null) { in handleShortcutService()260 shortcutService.notifyShortcutKeyPressed(shortcutCode); in handleShortcutService()
3014 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService)3017 mModifierShortcutManager.registerShortcutKey(shortcutCode, shortcutService);
380 final ShortcutServiceInternal shortcutService = in validateAndResolveDragMimeTypeExtras() local382 final Intent[] shortcutIntents = shortcutService.createShortcutIntents( in validateAndResolveDragMimeTypeExtras()