Searched refs:getPredictedApps (Results 1 – 5 of 5) sorted by relevance
94 List<ComponentKeyMapper<AppInfo>> getPredictedApps(); in getPredictedApps() method
3056 List<ComponentKeyMapper<AppInfo>> apps = mLauncherCallbacks.getPredictedApps();
201 public List<ComponentKeyMapper<AppInfo>> getPredictedApps() { in getPredictedApps() method in LauncherExtension.LauncherExtensionCallbacks
438 int numPredictedApps = Math.min(mAppsPerRow, mApps.getPredictedApps().size()); in update()
225 public List<AppInfo> getPredictedApps() { in getPredictedApps() method in AlphabeticalAppsList