Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java48 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;
189 MessageNotificationState.checkFailedMessages(); in update()
596 final NotificationState state = MessageNotificationState.getNotificationState(); in createMessageNotification()
870 final Notification page = MessageNotificationState.buildConversationPageForWearable( in maybeAddWearableConversationLog()
1197 final CharSequence line1 = MessageNotificationState.applyWarningTextColor(context, in notifyEmergencySmsFailed()
DMessageNotificationState.java88 public abstract class MessageNotificationState extends NotificationState { class
310 protected MessageNotificationState(final ConversationInfoList convList) { in MessageNotificationState() method in MessageNotificationState
355 public static class MultiConversationNotificationState extends MessageNotificationState {
357 public final List<MessageNotificationState>
358 mChildren = new ArrayList<MessageNotificationState>();
361 final ConversationInfoList convList, final MessageNotificationState state) { in MultiConversationNotificationState()
464 public static class MultiMessageNotificationState extends MessageNotificationState {
1048 MessageNotificationState state = null; in getNotificationState()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java42 import com.android.messaging.datamodel.MessageNotificationState;
246 private static class SecondaryUserNotificationState extends MessageNotificationState {