Searched refs:mDirectShareAppTargetCache (Results 1 – 1 of 1) sorted by relevance
188 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity672 mDirectShareAppTargetCache = new HashMap<>(); in onCreate()1855 if (mDirectShareAppTargetCache != null && allAppTargets != null) {1856 mDirectShareAppTargetCache.put(chooserTarget,1940 if (mDirectShareAppTargetCache != null) {1941 appTarget = mDirectShareAppTargetCache.get(chooserTarget);