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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3963 NotificationRecord r = findNotificationByListLocked(
5379 if ((recordInList = findNotificationByListLocked(mNotificationList, r.getKey()))
5385 while ((recordInList = findNotificationByListLocked(mEnqueuedNotifications, r.getKey()))
5976 if ((r = findNotificationByListLocked(mNotificationList, key)) != null) {
5979 if ((r = findNotificationByListLocked(mEnqueuedNotifications, key)) != null) {
5988 if ((r = findNotificationByListLocked(mNotificationList, pkg, tag, id, userId)) != null) {
5991 if ((r = findNotificationByListLocked(mEnqueuedNotifications, pkg, tag, id, userId))
5999 private NotificationRecord findNotificationByListLocked(ArrayList<NotificationRecord> list, method in class:NotificationManagerService
6013 private NotificationRecord findNotificationByListLocked(ArrayList<NotificationRecord> list, method in class:NotificationManagerService

Completed in 64 milliseconds