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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4051 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode);
4052 if (shortcutService != null) {
4055 shortcutService.notifyShortcutKeyPressed(shortcutCode);
4219 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) argument
4227 mShortcutKeyServices.put(shortcutCode, shortcutService);

Completed in 41 milliseconds