Home | History | Annotate | Download | only in utils

Lines Matching refs:deleteIntent

658         final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT);
659 deleteIntent.setPackage(packageName);
660 deleteIntent.setData(notificationAction.mConversation.uri);
661 putNotificationActionExtra(deleteIntent, notificationAction);
663 notificationId, deleteIntent, PendingIntent.FLAG_CANCEL_CURRENT);