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.java3032 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatchingInner() local
3033 if (shortcutService != null) { in interceptKeyBeforeDispatchingInner()
3036 shortcutService.notifyShortcutKeyPressed(shortcutCode); in interceptKeyBeforeDispatchingInner()
3243 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey() argument
3251 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()