Home
last modified time | relevance | path

Searched refs:deletePendingIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DHighContrastTextMigrationReceiver.java176 PendingIntent deletePendingIntent = PendingIntent.getBroadcast(context, 0, in showNotification() local
178 notificationBuilder.setDeleteIntent(deletePendingIntent); in showNotification()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt521 val deletePendingIntent = in createNotificationForNotificationListener() constant
547 .setDeleteIntent(deletePendingIntent) in createNotificationForNotificationListener()