Searched refs:mDirectShareAppTargetCache (Results 1 – 1 of 1) sorted by relevance
207 private Map<ChooserTarget, AppTarget> mDirectShareAppTargetCache; field in ChooserActivity830 mDirectShareAppTargetCache = new HashMap<>(); in setupAppPredictorForUser()2252 if (mDirectShareAppTargetCache != null && allAppTargets != null) {2253 mDirectShareAppTargetCache.put(chooserTarget,2372 if (mDirectShareAppTargetCache != null) {2373 appTarget = mDirectShareAppTargetCache.get(chooserTarget);