Home
last modified time | relevance | path

Searched refs:mDirectShareShortcutInfoCache (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java226 private Map<ChooserTarget, ShortcutInfo> mDirectShareShortcutInfoCache; field in ChooserActivity
525 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();