Searched refs:sPendingNotifications (Results 1 – 1 of 1) sorted by relevance
121 private static final Set<NotificationState> sPendingNotifications = field in BugleNotifications221 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()