Searched refs:mDirectShareShortcutInfoCache (Results 1 – 1 of 1) sorted by relevance
205 private Map<ChooserTarget, ShortcutInfo> mDirectShareShortcutInfoCache; field in ChooserActivity580 mDirectShareShortcutInfoCache, mServiceConnections); in handleMessage()801 mDirectShareShortcutInfoCache = new HashMap<>(); in onCreate()2256 if (mDirectShareShortcutInfoCache != null) {2257 mDirectShareShortcutInfoCache.put(chooserTarget, shortcutInfo);2351 if (mDirectShareShortcutInfoCache.containsKey(chooserTarget)) {2352 String shortcutId = mDirectShareShortcutInfoCache.get(chooserTarget).getId();