Searched refs:currConvInfo (Results 1 – 1 of 1) sorted by relevance
867 ConversationLineInfo currConvInfo = convLineInfos.get(convId); in createConversationInfoList() local868 if (currConvInfo == null) { in createConversationInfoList()883 currConvInfo = new ConversationLineInfo(convId, in createConversationInfoList()896 convLineInfos.put(convId, currConvInfo); in createConversationInfoList()899 if (currConvInfo.mTotalMessageCount < maxMessages) { in createConversationInfoList()900 if (currConvInfo.mIsGroup) { in createConversationInfoList()959 currConvInfo.mLineInfos.add(new MessageLineInfo(currConvInfo.mIsGroup, in createConversationInfoList()964 currConvInfo.mTotalMessageCount++; in createConversationInfoList()