Searched refs:mShortcutKeyServices (Results 1 – 1 of 1) sorted by relevance
365 private LongSparseArray<IShortcutService> mShortcutKeyServices = new LongSparseArray<>(); field in PhoneWindowManager3427 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()