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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java461 private LongSparseArray<IShortcutService> mShortcutKeyServices = new LongSparseArray<>(); field in class:PhoneWindowManager
3812 IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode);
3819 mShortcutKeyServices.delete(shortcutCode);
3984 IShortcutService service = mShortcutKeyServices.get(shortcutCode);
3989 mShortcutKeyServices.put(shortcutCode, shortcutService);

Completed in 47 milliseconds