Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java169 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity
622 mDirectShareAppTargetCache = new HashMap<>(); in onCreate()
1543 if (mDirectShareAppTargetCache != null && appTargets != null) {
1544 mDirectShareAppTargetCache.put(chooserTarget, appTargets.get(j));
1682 if (mDirectShareAppTargetCache != null) {
1683 appTarget = mDirectShareAppTargetCache.get(chooserTarget);