Home
last modified time | relevance | path

Searched refs:deleteIntent (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPermissionRequest.java133 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in onReceive() local
134 deleteIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onReceive()
135 deleteIntent.putExtra(BluetoothDevice.EXTRA_CONNECTION_ACCESS_RESULT, in onReceive()
137 deleteIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, mRequestType); in onReceive()
181 .setDeleteIntent(PendingIntent.getBroadcast(context, 0, deleteIntent, 0)) in onReceive()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java133 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in onReceive() local
134 deleteIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onReceive()
135 deleteIntent.putExtra(BluetoothDevice.EXTRA_CONNECTION_ACCESS_RESULT, in onReceive()
137 deleteIntent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, mRequestType); in onReceive()
181 .setDeleteIntent(PendingIntent.getBroadcast(context, 0, deleteIntent, 0)) in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java374 Intent deleteIntent = new Intent(); in createPbapNotification() local
375 deleteIntent.setClass(mService, BluetoothPbapService.class); in createPbapNotification()
376 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification()
397 PendingIntent.getBroadcast(mService, 0, deleteIntent, 0)) in createPbapNotification()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java576 Intent deleteIntent = new Intent(mContext, NotificationDeleteHandler.class); in createNotificationForLocationUser() local
577 deleteIntent.putExtra(EXTRA_PACKAGE_NAME, pkgName); in createNotificationForLocationUser()
578 deleteIntent.putExtra(EXTRA_SESSION_ID, sessionId); in createNotificationForLocationUser()
579 deleteIntent.putExtra(EXTRA_UID, pkg.applicationInfo.uid); in createNotificationForLocationUser()
580 deleteIntent.putExtra(EXTRA_USER, user); in createNotificationForLocationUser()
581 deleteIntent.setFlags(FLAG_RECEIVER_FOREGROUND); in createNotificationForLocationUser()
604 .setDeleteIntent(getBroadcast(mContext, 0, deleteIntent, in createNotificationForLocationUser()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java446 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification() local
462 PendingIntent.getBroadcast(mContext, 0, deleteIntent, 0)) in updateCompletedNotification()
512 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification() local
528 PendingIntent.getBroadcast(mContext, 0, deleteIntent, 0)) in updateCompletedNotification()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT); in createUndoNotification() local
660 deleteIntent.setPackage(packageName); in createUndoNotification()
661 deleteIntent.setData(notificationAction.mConversation.uri); in createUndoNotification()
662 putNotificationActionExtra(deleteIntent, notificationAction); in createUndoNotification()
664 notificationId, deleteIntent, PendingIntent.FLAG_CANCEL_CURRENT); in createUndoNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java198 || !Objects.equals(oldNotification.deleteIntent, newNotification.deleteIntent) in sameNotificationContent()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java784 Intent deleteIntent = new Intent(context, CellBroadcastReceiver.class); in createMarkAsReadIntent() local
785 deleteIntent.setAction(CellBroadcastReceiver.ACTION_MARK_AS_READ); in createMarkAsReadIntent()
786 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, deliveryTime); in createMarkAsReadIntent()
787 return deleteIntent; in createMarkAsReadIntent()
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java186 PendingIntent deleteIntent = PendingIntent.getBroadcast(context, 0, in showNotification() local
220 .setDeleteIntent(deleteIntent) in showNotification()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java78 PendingIntent deleteIntent = in showNotifications() local
89 .setDeleteIntent(deleteIntent) in showNotifications()
/packages/services/BuiltInPrintService/src/com/android/bips/
DBuiltInPrintService.java323 PendingIntent deleteIntent = PendingIntent.getService(this, CERTIFICATE_REQUEST_ID, in notifyCertificateChange() local
347 .setDeleteIntent(deleteIntent) in notifyCertificateChange()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java323 PendingIntent deleteIntent = createServiceIntent(senderKey, notificationId, in createNotification() local
355 .setDeleteIntent(deleteIntent); in createNotification()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java462 if (n.deleteIntent != null) { in generateExtraText()
467 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java462 if (n.deleteIntent != null) { in generateExtraText()
467 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()