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.java131 static class NotificationLineInfo { class in MessageNotificationState
135 NotificationLineInfo() { in NotificationLineInfo() method in MessageNotificationState.NotificationLineInfo
139 NotificationLineInfo(final int notificationType) { in NotificationLineInfo() method in MessageNotificationState.NotificationLineInfo
147 static class MessageLineInfo extends NotificationLineInfo {
195 final List<NotificationLineInfo> mLineInfos;
241 mLineInfos = new ArrayList<NotificationLineInfo>(); in ConversationLineInfo()
411 final NotificationLineInfo lineInfo = convInfo.mLineInfos.get(0); in build()
528 final List<NotificationLineInfo> lineInfos = convInfo.mLineInfos; in build()
577 final NotificationLineInfo info = lineInfos.get(i); in build()