Searched refs:currConvInfo (Results 1 – 1 of 1) sorted by relevance
869 ConversationLineInfo currConvInfo = convLineInfos.get(convId); in createConversationInfoList() local870 if (currConvInfo == null) { in createConversationInfoList()885 currConvInfo = new ConversationLineInfo(convId, in createConversationInfoList()898 convLineInfos.put(convId, currConvInfo); in createConversationInfoList()901 if (currConvInfo.mTotalMessageCount < maxMessages) { in createConversationInfoList()902 if (currConvInfo.mIsGroup) { in createConversationInfoList()961 currConvInfo.mLineInfos.add(new MessageLineInfo(currConvInfo.mIsGroup, in createConversationInfoList()966 currConvInfo.mTotalMessageCount++; in createConversationInfoList()