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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNotificationState.java35 * The creation of a notification is split into two parts. The NotificationState ctor should
43 public abstract class NotificationState { class
71 NotificationState(final ConversationIdSet conversationIds) { method in class:NotificationState
H A DBugleNotifications.java99 * To add a new class of notifications, subclass the NotificationState and add commands which
121 private static final Set<NotificationState> sPendingNotifications =
122 new HashSet<NotificationState>();
222 final Iterator<NotificationState> iter = sPendingNotifications.iterator();
224 final NotificationState notifState = iter.next();
274 final NotificationState state) {
277 for (final NotificationState child :
313 * Returns {@code true} if incoming notifications for the given {@link NotificationState}
318 public static boolean shouldVibrate(final NotificationState state) {
411 private static void processAndSend(final NotificationState stat
[all...]
H A DMessageNotificationState.java76 * 2) Based on the data structure choose an appropriate NotificationState subclass to
88 public abstract class MessageNotificationState extends NotificationState {
1043 * @return NotificationState for the notification created.
1045 public static NotificationState getNotificationState() {
1180 * TODO: Rewrite this as a NotificationState.

Completed in 216 milliseconds