Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java178 final boolean mIsGroup; field in MessageNotificationState.ConversationLineInfo
235 mIsGroup = isGroup; in ConversationLineInfo()
412 if (convInfo.mIsGroup) { in build()
502 if (convInfo.mIsGroup) { in MultiMessageNotificationState()
552 if (!convInfo.mIsGroup) { in build()
582 if (convInfo.mIsGroup) { in build()
902 if (currConvInfo.mIsGroup) { in createConversationInfoList()
961 currConvInfo.mLineInfos.add(new MessageLineInfo(currConvInfo.mIsGroup, in createConversationInfoList()
DBugleNotifications.java895 (convInfo.mIsGroup && MmsUtils.groupMmsEnabled(convInfo.mSubId)); in addWearableVoiceReplyAction()