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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2250 cancelNotificationLocked(removed, false, REASON_UNAUTOBUNDLED);
3302 private void cancelNotificationLocked(NotificationRecord r, boolean sendDelete, int reason) { method in class:NotificationManagerService
3431 cancelNotificationLocked(r, sendDelete, reason);
3506 cancelNotificationLocked(r, false, reason);
3545 cancelNotificationLocked(r, true, reason);
3586 cancelNotificationLocked(childR, sendDelete, reason);

Completed in 163 milliseconds