Searched refs:mDeepShortcutMap (Results 1 – 1 of 1) sorted by relevance
61 private HashMap<ComponentKey, Integer> mDeepShortcutMap = new HashMap<>(); field in PopupDataProvider142 mDeepShortcutMap = deepShortcutMapCopy; in setDeepShortcutMap()143 if (LOGD) Log.d(TAG, "bindDeepShortcutMap: " + mDeepShortcutMap); in setDeepShortcutMap()155 Integer count = mDeepShortcutMap.get(new ComponentKey(component, info.user)); in getShortcutCountForItem()