Searched refs:mDirectShareAppTargetCache (Results 1 – 1 of 1) sorted by relevance
225 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity775 mDirectShareAppTargetCache = new HashMap<>(); in setupAppPredictorForUser()2271 if (mDirectShareAppTargetCache != null && allAppTargets != null) {2272 mDirectShareAppTargetCache.put(chooserTarget,2357 if (mDirectShareAppTargetCache != null) {2358 appTarget = mDirectShareAppTargetCache.get(chooserTarget);