Searched refs:MessageNotificationState (Results 1 – 3 of 3) sorted by relevance
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;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()
88 public abstract class MessageNotificationState extends NotificationState { class310 protected MessageNotificationState(final ConversationInfoList convList) { in MessageNotificationState() method in MessageNotificationState355 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()
42 import com.android.messaging.datamodel.MessageNotificationState;246 private static class SecondaryUserNotificationState extends MessageNotificationState {