HomeSort by relevance Sort by last modified time
    Searched refs:findActivity (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 61 if (findActivity(data, info.componentName, info.user)) {
131 if (!findActivity(matches, component, user)) {
176 private static boolean findActivity(List<LauncherActivityInfo> apps, ComponentName component,
191 private static boolean findActivity(ArrayList<ApplicationInfo> apps, ComponentName component,
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 70 if (findActivity(data, info.componentName, info.user)) {
146 if (!findActivity(matches, component)) {
185 private static boolean findActivity(List<LauncherActivityInfoCompat> apps,
208 private static boolean findActivity(ArrayList<AppInfo> apps, ComponentName component,

Completed in 958 milliseconds