Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3047 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatchingInner() local
3048 if (shortcutService != null) { in interceptKeyBeforeDispatchingInner()
3051 shortcutService.notifyShortcutKeyPressed(shortcutCode); in interceptKeyBeforeDispatchingInner()
3258 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument
3266 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()