Home
last modified time | relevance | path

Searched refs:wouldLaunchResolverActivity (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java46 public boolean wouldLaunchResolverActivity(Intent intent, int currentUserId) { in wouldLaunchResolverActivity() method in ActivityIntentHelper
77 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) { in getTargetActivityInfo()
107 public boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() method in ActivityIntentHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java136 if (mActivityIntentHelper.wouldLaunchResolverActivity(resolved, appList)) { in getWidgetInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java470 boolean wouldLaunchResolverActivity = mActivityIntentHelper.wouldLaunchResolverActivity( in launchCamera()
472 if (intent == SECURE_CAMERA_INTENT && !wouldLaunchResolverActivity) { in launchCamera()
DStatusBarRemoteInputCallback.java238 final boolean afterKeyguardGone = mActivityIntentHelper.wouldLaunchResolverActivity( in handleRemoteViewClick()
DStatusBarNotificationActivityStarter.java204 && mActivityIntentHelper.wouldLaunchResolverActivity(intent.getIntent(), in onNotificationClicked()
DStatusBar.java2548 final boolean afterKeyguardGone = mActivityIntentHelper.wouldLaunchResolverActivity( in startActivityDismissingKeyguard()
4507 && mActivityIntentHelper.wouldLaunchResolverActivity(intent.getIntent(), in startPendingIntentDismissingKeyguard()