Searched refs:mShortcutKeyServices (Results 1 – 1 of 1) sorted by relevance
411 private LongSparseArray<IShortcutService> mShortcutKeyServices = new LongSparseArray<>(); field in PhoneWindowManager3032 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in interceptKeyBeforeDispatchingInner()3039 mShortcutKeyServices.delete(shortcutCode); in interceptKeyBeforeDispatchingInner()3246 IShortcutService service = mShortcutKeyServices.get(shortcutCode); in registerShortcutKey()3251 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()