Home
last modified time | relevance | path

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

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