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 D | BcSmartspaceDataPlugin.java | 200 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 D | SmartspaceViewComponent.kt | 79 override fun startPendingIntent(
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityLaunchAnimator.kt | 296 intentStarter.startPendingIntent(it) 330 fun startPendingIntent(animationAdapter: RemoteAnimationAdapter?): Int regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
H A D | LockscreenSmartspaceController.kt | 373 override fun startPendingIntent(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 150 boolean started = RemoteViews.startPendingIntent(view, pendingIntent, options);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ActivityStarterImpl.kt | 595 override fun startPendingIntent(
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHostView.java | 898 return RemoteViews.startPendingIntent(view, pendingIntent, in getHandler()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 441 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view)); 6995 public static boolean startPendingIntent(View view, PendingIntent pendingIntent,
|