/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 133 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPermissionRequest.java | 133 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/ |
D | PbapStateMachine.java | 376 Intent deleteIntent = new Intent(); in createPbapNotification() local 377 deleteIntent.setClass(mService, BluetoothPbapService.class); in createPbapNotification() 378 deleteIntent.setAction(BluetoothPbapService.AUTH_CANCELLED_ACTION); in createPbapNotification() 399 PendingIntent.getBroadcast(mService, 0, deleteIntent, 0)) in createPbapNotification()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/ |
D | LocationAccessCheck.java | 576 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/ |
D | BluetoothOppNotification.java | 447 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification() local 463 PendingIntent.getBroadcast(mContext, 0, deleteIntent, 0)) in updateCompletedNotification() 513 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification() local 529 PendingIntent.getBroadcast(mContext, 0, deleteIntent, 0)) in updateCompletedNotification()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationDiff.java | 198 || !Objects.equals(oldNotification.deleteIntent, newNotification.deleteIntent) in sameNotificationContent()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 739 Intent deleteIntent = new Intent(context, CellBroadcastReceiver.class); in createMarkAsReadIntent() local 740 deleteIntent.setAction(CellBroadcastReceiver.ACTION_MARK_AS_READ); in createMarkAsReadIntent() 741 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, deliveryTime); in createMarkAsReadIntent() 742 return deleteIntent; in createMarkAsReadIntent()
|
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
D | NotificationController.java | 186 PendingIntent deleteIntent = PendingIntent.getBroadcast(context, 0, in showNotification() local 220 .setDeleteIntent(deleteIntent) in showNotification()
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | BaseNotificationDelegate.java | 258 PendingIntent deleteIntent = createServiceIntent(conversationKey, in postNotification() local 261 builder.setDeleteIntent(deleteIntent); in postNotification()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 78 PendingIntent deleteIntent = in showNotifications() local 89 .setDeleteIntent(deleteIntent) in showNotifications()
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | BuiltInPrintService.java | 323 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/ |
D | MessengerDelegate.java | 364 PendingIntent deleteIntent = createServiceIntent(senderKey, notificationId, in createNotification() local 405 .setDeleteIntent(deleteIntent); in createNotification()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationStation.java | 462 if (n.deleteIntent != null) { in generateExtraText() 467 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | NotificationStation.java | 462 if (n.deleteIntent != null) { in generateExtraText() 467 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()
|