Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java121 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 …]
DNotificationState.java43 public abstract class NotificationState { class
71 NotificationState(final ConversationIdSet conversationIds) { in NotificationState() method in NotificationState
DMessageNotificationState.java88 public abstract class MessageNotificationState extends NotificationState {
1048 public static NotificationState getNotificationState() { in getNotificationState()