Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java365 private LongSparseArray<IShortcutService> mShortcutKeyServices = new LongSparseArray<>(); field in PhoneWindowManager
3427 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatching()
3434 mShortcutKeyServices.delete(shortcutCode); in interceptKeyBeforeDispatching()
3533 IShortcutService service = mShortcutKeyServices.get(shortcutCode); in registerShortcutKey()
3538 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()