Home
last modified time | relevance | path

Searched refs:setDeleteIntent (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java468 .setDeleteIntent( in updateCompletedNotification()
537 .setDeleteIntent( in updateCompletedNotification()
601 .setDeleteIntent(PendingIntent.getBroadcast(mContext, 0, in updateIncomingFileConfirmNotification()
630 .setDeleteIntent(PendingIntent.getBroadcast(mContext, 0, in updateIncomingFileConfirmNotification()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWakeupNotificationFactory.java73 .setDeleteIntent(getPrivateBroadcast(ACTION_DISMISS_NOTIFICATION)) in createOnboardingNotification()
H A DConnectToNetworkNotificationBuilder.java177 .setDeleteIntent(getPrivateBroadcast(ACTION_USER_DISMISSED_NOTIFICATION, extraData)) in createNotificationBuilder()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotifier.java204 .setDeleteIntent( in updateMissedCallNotification()
212 .setDeleteIntent( in updateMissedCallNotification()
411 .setDeleteIntent( in createNotificationBuilder()
H A DVisualVoicemailNotifier.java89 .setDeleteIntent(deleteIntent) in showNotifications()
212 builder.setDeleteIntent( in createNotificationForVoicemail()
H A DLegacyVoicemailNotifier.java133 .setDeleteIntent( in createNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java280 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_WARNING)) in showWarningNotification()
318 nb.setDeleteIntent(pendingBroadcast(ACTION_DISMISS_AUTO_SAVER_SUGGESTION)); in showAutoSaverSuggestionNotification()
397 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_TEMP_WARNING)) in showHighTemperatureWarning()
483 .setDeleteIntent( in showThermalShutdownWarning()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java225 .setDeleteIntent(buildSnoozeIntent(fsUuid)) in updateMissingPrivateVolumes()
387 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()
397 .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) in onVolumeMounted()
417 builder.setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())); in onVolumeMounted()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipNotificationController.java91 .setDeleteIntent(createPendingIntent(context, ACTION_CLOSE_PIP))); in TvPipNotificationController()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationPromptController.java119 .setDeleteIntent(createPendingIntent(ACTION_DISMISS)) in showNotificationIfNeeded()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java142 .setDeleteIntent(deleteIntent) in constructNotification()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java367 .setDeleteIntent(createClearMissedCallsPendingIntent(userHandle)); in showMissedCallNotification()
379 .setDeleteIntent(createClearMissedCallsPendingIntent(userHandle)) in showMissedCallNotification()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
H A DPendingList.java269 .setDeleteIntent(deny) in showNotifications()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java226 .setDeleteIntent(deleteIntent) in showNotification()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DMissedCallNotificationController.java132 .setDeleteIntent(getDeleteIntent(callLog)) in showMissedCallNotification()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.kt144 builder.setDeleteIntent(PendingIntent.getService(context, id,
469 builder.setDeleteIntent(PendingIntent.getService(context, id,
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyBroadcastReceiver.java223 builder.setDeleteIntent(pendingIntent); in sendNotification()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java182 .setDeleteIntent(PendingIntent.getBroadcast(context, 0, deleteIntent, in onReceive()
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DP2pPermissionManager.java255 .setDeleteIntent(cancelPendingIndent) in showNotification()
H A DBuiltInPrintService.java349 .setDeleteIntent(deleteIntent) in notifyCertificateChange()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java791 builder.setDeleteIntent(pi); in addToNotificationBar()
804 builder.setDeleteIntent(PendingIntent.getActivity(context, REQUEST_CODE_DELETE_INTENT, in addToNotificationBar()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DPbapStateMachine.java412 .setDeleteIntent( in createPbapNotification()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java314 .setDeleteIntent( in sendNotification()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java171 .setDeleteIntent(deleteIntent) in constructNotification()
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java300 b.setDeleteIntent(makeDeleteIntent(id)); in buildNotification()

12