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.java207 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity
830 mDirectShareAppTargetCache = new HashMap<>(); in setupAppPredictorForUser()
2252 if (mDirectShareAppTargetCache != null && allAppTargets != null) {
2253 mDirectShareAppTargetCache.put(chooserTarget,
2372 if (mDirectShareAppTargetCache != null) {
2373 appTarget = mDirectShareAppTargetCache.get(chooserTarget);