Searched refs:mDirectShareShortcutInfoCache (Results 1 – 1 of 1) sorted by relevance
197 private Map<ChooserTarget, ShortcutInfo> mDirectShareShortcutInfoCache; field in ChooserActivity562 mDirectShareShortcutInfoCache, mServiceConnections); in handleMessage()793 mDirectShareShortcutInfoCache = new HashMap<>(); in onCreate()2199 if (mDirectShareShortcutInfoCache != null) {2200 mDirectShareShortcutInfoCache.put(chooserTarget, shortcutInfo);2297 if (mDirectShareShortcutInfoCache.containsKey(chooserTarget)) {2298 String shortcutId = mDirectShareShortcutInfoCache.get(chooserTarget).getId();