Searched refs:NotificationState (Results 1 – 3 of 3) sorted by relevance
121 private static final Set<NotificationState> sPendingNotifications =122 new HashSet<NotificationState>();222 final Iterator<NotificationState> iter = sPendingNotifications.iterator(); in cancel()224 final NotificationState notifState = iter.next(); in cancel()274 final NotificationState state) { in cancelStaleGroupChildren()277 for (final NotificationState child : in cancelStaleGroupChildren()318 public static boolean shouldVibrate(final NotificationState state) { in shouldVibrate()411 private static void processAndSend(final NotificationState state, final boolean silent, in processAndSend()596 final NotificationState state = MessageNotificationState.getNotificationState(); in createMessageNotification()625 for (final NotificationState child : in createMessageNotification()[all …]
43 public abstract class NotificationState { class71 NotificationState(final ConversationIdSet conversationIds) { in NotificationState() method in NotificationState
88 public abstract class MessageNotificationState extends NotificationState {1047 public static NotificationState getNotificationState() { in getNotificationState()