Home
last modified time | relevance | path

Searched defs:wouldLaunchResolverActivity (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DActivityIntentHelper.java53 public boolean wouldLaunchResolverActivity(Intent intent, int currentUserId) { in wouldLaunchResolverActivity() method in ActivityIntentHelper
114 public boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() method in ActivityIntentHelper
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDefaultLayoutParser.java166 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, in wouldLaunchResolverActivity() method in DefaultLayoutParser.AppShortcutWithUriParser