Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java223 void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument
230 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()
257 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in handleShortcutService() local
258 if (shortcutService != null) { in handleShortcutService()
260 shortcutService.notifyShortcutKeyPressed(shortcutCode); in handleShortcutService()
DPhoneWindowManager.java3014 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService)
3017 mModifierShortcutManager.registerShortcutKey(shortcutCode, shortcutService);
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java380 final ShortcutServiceInternal shortcutService = in validateAndResolveDragMimeTypeExtras() local
382 final Intent[] shortcutIntents = shortcutService.createShortcutIntents( in validateAndResolveDragMimeTypeExtras()