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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 90 if (wouldLaunchResolverActivity(resolved, appList)) {
108 public static boolean wouldLaunchResolverActivity(Context ctx, Intent intent,
118 return wouldLaunchResolverActivity(resolved, appList);
121 private static boolean wouldLaunchResolverActivity(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardActivityLauncher.java 82 if (wouldLaunchResolverActivity(resolved, appList)) {
113 if (wouldLaunchResolverActivity(SECURE_CAMERA_INTENT)) {
267 private boolean wouldLaunchResolverActivity(Intent intent) {
273 return wouldLaunchResolverActivity(resolved, appList);
276 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SecureCameraLaunchManager.java 248 if (wouldLaunchResolverActivity(resolved, appList)) {
272 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) {
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 134 if (wouldLaunchResolverActivity(resolved, appList)) {
180 private boolean wouldLaunchResolverActivity(ResolveInfo resolved,

Completed in 571 milliseconds