Searched refs:mPredictedAppComponents (Results 1 – 1 of 1) sorted by relevance
177 private final List<ComponentKeyMapper<AppInfo>> mPredictedAppComponents = new ArrayList<>(); field in AlphabeticalAppsList336 mPredictedAppComponents.clear(); in setPredictedApps()337 mPredictedAppComponents.addAll(apps); in setPredictedApps()475 if (mPredictedAppComponents.isEmpty() && !mApps.isEmpty()) { in refillAdapterItems()476 …mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()478 …mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()480 …mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()482 …mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()489 if (mPredictedAppComponents != null && !mPredictedAppComponents.isEmpty() && !hasFilter()) { in refillAdapterItems()490 mPredictedApps.addAll(processPredictedAppComponents(mPredictedAppComponents)); in refillAdapterItems()