Home
last modified time | relevance | path

Searched refs:wouldPendingLaunchResolverActivity (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java63 public boolean wouldPendingLaunchResolverActivity(PendingIntent intent, int currentUserId) { in wouldPendingLaunchResolverActivity() method in ActivityIntentHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java280 .wouldPendingLaunchResolverActivity(pendingIntent, in handleRemoteViewClick()
DLegacyActivityStarterInternalImpl.kt242 activityIntentHelper.wouldPendingLaunchResolverActivity( in <lambda>()
DStatusBarNotificationActivityStarter.java290 && mActivityIntentHelper.wouldPendingLaunchResolverActivity(intent, in performActionAfterKeyguardDismissed()