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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 133 if (wouldLaunchResolverActivity(resolved, appList)) {
143 public static boolean wouldLaunchResolverActivity(Context ctx, Intent intent,
171 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) {
178 private static boolean wouldLaunchResolverActivity(
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 124 if (wouldLaunchResolverActivity(resolved, appList)) {
170 private boolean wouldLaunchResolverActivity(ResolveInfo resolved,

Completed in 415 milliseconds