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 { class311 protected MessageNotificationState(final ConversationInfoList convList) { in MessageNotificationState() method in MessageNotificationState356 public static class MultiConversationNotificationState extends MessageNotificationState {358 public final List<MessageNotificationState>359 mChildren = new ArrayList<MessageNotificationState>();362 final ConversationInfoList convList, final MessageNotificationState state) { in MultiConversationNotificationState()465 public static class MultiMessageNotificationState extends MessageNotificationState {1046 MessageNotificationState state = null; in getNotificationState()
42 import com.android.messaging.datamodel.MessageNotificationState;245 private static class SecondaryUserNotificationState extends MessageNotificationState {