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.java188 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity
672 mDirectShareAppTargetCache = new HashMap<>(); in onCreate()
1855 if (mDirectShareAppTargetCache != null && allAppTargets != null) {
1856 mDirectShareAppTargetCache.put(chooserTarget,
1940 if (mDirectShareAppTargetCache != null) {
1941 appTarget = mDirectShareAppTargetCache.get(chooserTarget);