Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java130 static class NotificationLineInfo { class in MessageNotificationState
134 NotificationLineInfo() { in NotificationLineInfo() method in MessageNotificationState.NotificationLineInfo
138 NotificationLineInfo(final int notificationType) { in NotificationLineInfo() method in MessageNotificationState.NotificationLineInfo
146 static class MessageLineInfo extends NotificationLineInfo {
194 final List<NotificationLineInfo> mLineInfos;
240 mLineInfos = new ArrayList<NotificationLineInfo>(); in ConversationLineInfo()
410 final NotificationLineInfo lineInfo = convInfo.mLineInfos.get(0); in build()
527 final List<NotificationLineInfo> lineInfos = convInfo.mLineInfos; in build()
576 final NotificationLineInfo info = lineInfos.get(i); in build()