Searched refs:mDirectShareShortcutInfoCache (Results 1 – 1 of 1) sorted by relevance
226 private Map<ChooserTarget, ShortcutInfo> mDirectShareShortcutInfoCache; field in ChooserActivity525 mDirectShareShortcutInfoCache); in handleMessage()748 mDirectShareShortcutInfoCache = new HashMap<>(); in onCreate()2275 if (mDirectShareShortcutInfoCache != null) {2276 mDirectShareShortcutInfoCache.put(chooserTarget, shortcutInfo);2336 if (mDirectShareShortcutInfoCache.containsKey(chooserTarget)) {2337 String shortcutId = mDirectShareShortcutInfoCache.get(chooserTarget).getId();