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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutCache.java37 private final ArrayMap<ShortcutKey, ShortcutInfoCompat> mPinnedShortcuts; field in class:ShortcutCache
41 mPinnedShortcuts = new ArrayMap<>();
55 mPinnedShortcuts.remove(key);
60 if (mPinnedShortcuts.containsKey(key)) {
61 return mPinnedShortcuts.get(key);
68 mPinnedShortcuts.put(key, shortcut);

Completed in 74 milliseconds