Searched refs:currConvInfo (Results 1 – 1 of 1) sorted by relevance
870 ConversationLineInfo currConvInfo = convLineInfos.get(convId); in createConversationInfoList() local871 if (currConvInfo == null) { in createConversationInfoList()886 currConvInfo = new ConversationLineInfo(convId, in createConversationInfoList()899 convLineInfos.put(convId, currConvInfo); in createConversationInfoList()902 if (currConvInfo.mTotalMessageCount < maxMessages) { in createConversationInfoList()903 if (currConvInfo.mIsGroup) { in createConversationInfoList()962 currConvInfo.mLineInfos.add(new MessageLineInfo(currConvInfo.mIsGroup, in createConversationInfoList()967 currConvInfo.mTotalMessageCount++; in createConversationInfoList()