Home
last modified time | relevance | path

Searched refs:createPendingIntent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java168 .setContentIntent(createPendingIntent(context, ACTION_MENU)) in PipNotification()
169 .setDeleteIntent(createPendingIntent(context, ACTION_CLOSE))); in PipNotification()
264 private static PendingIntent createPendingIntent(Context context, String action) { in createPendingIntent() method in PipNotification
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java417 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in DynamicSystemInstallationService
451 createPendingIntent(ACTION_CANCEL_INSTALL)).build()); in buildNotification()
462 createPendingIntent(ACTION_DISCARD_INSTALL)).build()); in buildNotification()
466 createPendingIntent(ACTION_REBOOT_TO_DYN_SYSTEM)).build()); in buildNotification()
477 createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build()); in buildNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java389 final PendingIntent pi = createPendingIntent( in repost()
450 final PendingIntent pi = createPendingIntent(pkg, r.getKey(), userId); in clearData()
462 private PendingIntent createPendingIntent(String pkg, String key, int userId) { in createPendingIntent() method in SnoozeHelper
501 final PendingIntent pi = createPendingIntent(pkg, key, userId); in scheduleRepostAtTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java284 mReceiver.createPendingIntent(mContext, intent)); in createRemoteAction()
392 private PendingIntent createPendingIntent(Context context, String intentAction) { in createPendingIntent() method in SystemActions.SystemActionsBroadcastReceiver
/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java318 public static PendingIntent createPendingIntent(
/frameworks/base/core/java/android/widget/
DEditor.java4248 TextClassification.createPendingIntent(mTextView.getContext(), in updateAssistMenuItems()
4308 TextClassification.createPendingIntent( in onAssistMenuItemClicked()
/frameworks/base/services/
Dart-profile22254 PLcom/android/server/notification/SnoozeHelper;->createPendingIntent(Ljava/lang/String;Ljava/lang/S…