Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3299 private void cancelNotificationLocked(NotificationRecord r, boolean sendDelete, int reason) { in cancelNotificationLocked() argument
3305 if (sendDelete) { in cancelNotificationLocked()
3395 final int mustHaveFlags, final int mustNotHaveFlags, final boolean sendDelete, in cancelNotification() argument
3428 cancelNotificationLocked(r, sendDelete, reason); in cancelNotification()
3430 REASON_GROUP_SUMMARY_CANCELED, sendDelete); in cancelNotification()
3560 String listenerName, int reason, boolean sendDelete) { in cancelGroupChildrenLocked() argument
3584 cancelNotificationLocked(childR, sendDelete, reason); in cancelGroupChildrenLocked()