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.java196 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity
808 mDirectShareAppTargetCache = new HashMap<>(); in setupAppPredictorForUser()
2195 if (mDirectShareAppTargetCache != null && allAppTargets != null) {
2196 mDirectShareAppTargetCache.put(chooserTarget,
2323 if (mDirectShareAppTargetCache != null) {
2324 appTarget = mDirectShareAppTargetCache.get(chooserTarget);