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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2247 cancelNotificationLocked(removed, false, REASON_UNAUTOBUNDLED);
3299 private void cancelNotificationLocked(NotificationRecord r, boolean sendDelete, int reason) { method in class:NotificationManagerService
3428 cancelNotificationLocked(r, sendDelete, reason);
3503 cancelNotificationLocked(r, false, reason);
3542 cancelNotificationLocked(r, true, reason);
3584 cancelNotificationLocked(childR, sendDelete, reason);

Completed in 65 milliseconds