Home
last modified time | relevance | path

Searched refs:startPendingIntent (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/
DInteractionHandlerDelegate.kt39 fun startPendingIntent( in interface() method
62 intentStarter.startPendingIntent( in onInteraction()
70 else -> RemoteViews.startPendingIntent(view, pendingIntent, launchOptions) in onInteraction()
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java212 startPendingIntent(v, action.getPendingIntent(), showOnLockscreen); in startFromAction()
224 startPendingIntent(v, action.getPendingIntent(), showOnLockscreen); in startFromAction()
235 void startPendingIntent(View v, PendingIntent pi, boolean showOnLockscreen); in startPendingIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceViewComponent.kt79 override fun startPendingIntent( in create() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt356 intentStarter.startPendingIntent(it) in startPendingIntentWithAnimation()
450 fun startPendingIntent(animationAdapter: RemoteAnimationAdapter?): Int in startPendingIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImpl.kt288 override fun startPendingIntent( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java158 boolean started = RemoteViews.startPendingIntent(view, pendingIntent, options);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt434 override fun startPendingIntent( in <lambda>() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java917 return RemoteViews.startPendingIntent(view, pendingIntent, in getHandler()
/frameworks/base/core/java/android/widget/
DRemoteViews.java467 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view));
7320 public static boolean startPendingIntent(View view, PendingIntent pendingIntent,