Searched refs:startPendingIntent (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/ |
D | InteractionHandlerDelegate.kt | 39 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/ |
D | BcSmartspaceDataPlugin.java | 212 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/ |
D | SmartspaceViewComponent.kt | 79 override fun startPendingIntent( in create() method
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimator.kt | 356 intentStarter.startPendingIntent(it) in startPendingIntentWithAnimation() 450 fun startPendingIntent(animationAdapter: RemoteAnimationAdapter?): Int in startPendingIntent() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImpl.kt | 288 override fun startPendingIntent( in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 158 boolean started = RemoteViews.startPendingIntent(view, pendingIntent, options);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 434 override fun startPendingIntent( in <lambda>() method
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHostView.java | 917 return RemoteViews.startPendingIntent(view, pendingIntent, in getHandler()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 467 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view)); 7320 public static boolean startPendingIntent(View view, PendingIntent pendingIntent,
|