Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java121 private static final Set<NotificationState> sPendingNotifications = field in BugleNotifications
221 synchronized (sPendingNotifications) { in cancel()
222 final Iterator<NotificationState> iter = sPendingNotifications.iterator(); in cancel()
482 synchronized (sPendingNotifications) { in processAndSend()
483 sPendingNotifications.add(state); in processAndSend()
691 synchronized (sPendingNotifications) { in sendNotification()
692 if (sPendingNotifications.contains(notificationState)) { in sendNotification()
693 sPendingNotifications.remove(notificationState); in sendNotification()