Searched refs:mDirectShareAppTargetCache (Results 1 – 1 of 1) sorted by relevance
196 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity808 mDirectShareAppTargetCache = new HashMap<>(); in setupAppPredictorForUser()2195 if (mDirectShareAppTargetCache != null && allAppTargets != null) {2196 mDirectShareAppTargetCache.put(chooserTarget,2323 if (mDirectShareAppTargetCache != null) {2324 appTarget = mDirectShareAppTargetCache.get(chooserTarget);