Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java200 startPendingIntent(v, action.getPendingIntent(), showOnLockscreen); in startFromAction()
212 startPendingIntent(v, action.getPendingIntent(), showOnLockscreen); in startFromAction()
223 void startPendingIntent(View v, PendingIntent pi, boolean showOnLockscreen); in startPendingIntent() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
H A DSmartspaceViewComponent.kt79 override fun startPendingIntent(
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt296 intentStarter.startPendingIntent(it)
330 fun startPendingIntent(animationAdapter: RemoteAnimationAdapter?): Int regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt373 override fun startPendingIntent(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java150 boolean started = RemoteViews.startPendingIntent(view, pendingIntent, options);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt595 override fun startPendingIntent(
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java898 return RemoteViews.startPendingIntent(view, pendingIntent, in getHandler()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java441 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view));
6995 public static boolean startPendingIntent(View view, PendingIntent pendingIntent,