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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3427 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode);
3428 if (shortcutService != null) {
3431 shortcutService.notifyShortcutKeyPressed(shortcutCode);
3530 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) argument
3538 mShortcutKeyServices.put(shortcutCode, shortcutService);

Completed in 48 milliseconds