Searched refs:createPendingIntent (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipNotification.java | 168 .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/ |
D | DynamicSystemInstallationService.java | 417 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/ |
D | SnoozeHelper.java | 389 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/ |
D | SystemActions.java | 284 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/ |
D | TextClassification.java | 318 public static PendingIntent createPendingIntent(
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4248 TextClassification.createPendingIntent(mTextView.getContext(), in updateAssistMenuItems() 4308 TextClassification.createPendingIntent( in onAssistMenuItemClicked()
|
/frameworks/base/services/ |
D | art-profile | 22254 PLcom/android/server/notification/SnoozeHelper;->createPendingIntent(Ljava/lang/String;Ljava/lang/S…
|