Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java130 if (wouldLaunchResolverActivity(resolved, appList)) { in getWidgetInfo()
140 public static boolean wouldLaunchResolverActivity(Context ctx, Intent intent, in wouldLaunchResolverActivity() method in PreviewInflater
159 if (resolved == null || wouldLaunchResolverActivity(resolved, appList)) { in getTargetActivityInfo()
166 private static boolean wouldLaunchResolverActivity( in wouldLaunchResolverActivity() method in PreviewInflater
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSecureCameraLaunchManager.java249 if (wouldLaunchResolverActivity(resolved, appList)) { in targetWillWaitForCameraAvailable()
273 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity() method in SecureCameraLaunchManager
DKeyguardBottomAreaView.java416 boolean wouldLaunchResolverActivity = PreviewInflater.wouldLaunchResolverActivity( in launchCamera()
418 if (intent == SECURE_CAMERA_INTENT && !wouldLaunchResolverActivity) { in launchCamera()
DPhoneStatusBar.java2798 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity( in startActivityDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java297 final boolean afterKeyguardGone = PreviewInflater.wouldLaunchResolverActivity(
1520 && PreviewInflater.wouldLaunchResolverActivity(mContext, intent.getIntent(),