Searched refs:mDirectShareAppTargetCache (Results 1 – 1 of 1) sorted by relevance
169 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity622 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);