Searched defs:cancelNotificationLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2814 cancelNotificationLocked(removed, false, REASON_UNAUTOBUNDLED, wasPosted);
3429 cancelNotificationLocked(r, false, REASON_SNOOZED, wasPosted);
4239 private void cancelNotificationLocked(NotificationRecord r, boolean sendDelete, int reason, method in class:NotificationManagerService
4383 cancelNotificationLocked(r, sendDelete, reason, wasPosted);
4510 cancelNotificationLocked(r, sendDelete, reason, wasPosted);
4618 cancelNotificationLocked(childR, sendDelete, reason, wasPosted);

Completed in 31 milliseconds