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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3812 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode);
3813 if (shortcutService != null) {
3816 shortcutService.notifyShortcutKeyPressed(shortcutCode);
3981 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) argument
3989 mShortcutKeyServices.put(shortcutCode, shortcutService);

Completed in 1134 milliseconds