HomeSort by relevance Sort by last modified time
    Searched refs:MessageNotificationState (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 48 import com.android.messaging.datamodel.MessageNotificationState.BundledMessageNotificationState;
49 import com.android.messaging.datamodel.MessageNotificationState.ConversationLineInfo;
50 import com.android.messaging.datamodel.MessageNotificationState.MultiConversationNotificationState;
51 import com.android.messaging.datamodel.MessageNotificationState.MultiMessageNotificationState;
94 * 1) Messages - {@link MessageNotificationState}. Only one message notification.
96 * 2) Failed Messages - {@link MessageNotificationState#checkFailedMesages } Only one failed
189 MessageNotificationState.checkFailedMessages();
596 final NotificationState state = MessageNotificationState.getNotificationState();
    [all...]
MessageNotificationState.java 88 public abstract class MessageNotificationState extends NotificationState {
311 protected MessageNotificationState(final ConversationInfoList convList) {
356 public static class MultiConversationNotificationState extends MessageNotificationState {
358 public final List<MessageNotificationState>
359 mChildren = new ArrayList<MessageNotificationState>();
362 final ConversationInfoList convList, final MessageNotificationState state) {
465 public static class MultiMessageNotificationState extends MessageNotificationState {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SmsReceiver.java 42 import com.android.messaging.datamodel.MessageNotificationState;
245 private static class SecondaryUserNotificationState extends MessageNotificationState {

Completed in 1978 milliseconds