Searched refs:mShortcutKeyServices (Results 1 – 1 of 1) sorted by relevance
77 private LongSparseArray<IShortcutService> mShortcutKeyServices = new LongSparseArray<>(); field in ModifierShortcutManager301 IShortcutService service = mShortcutKeyServices.get(shortcutCode); in registerShortcutKey()306 mShortcutKeyServices.put(shortcutCode, shortcutService); in registerShortcutKey()333 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); in handleShortcutService()338 mShortcutKeyServices.delete(shortcutCode); in handleShortcutService()