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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 130 if (wouldLaunchResolverActivity(resolved, appList)) {
140 public static boolean wouldLaunchResolverActivity(Context ctx, Intent intent,
159 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) {
166 private static boolean wouldLaunchResolverActivity(
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 117 if (wouldLaunchResolverActivity(resolved, appList)) {
163 private boolean wouldLaunchResolverActivity(ResolveInfo resolved,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 444 boolean wouldLaunchResolverActivity = PreviewInflater.wouldLaunchResolverActivity(
446 if (intent == SECURE_CAMERA_INTENT && !wouldLaunchResolverActivity) {
PhoneStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 340 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
    [all...]

Completed in 3165 milliseconds