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.java179 final boolean mIsGroup; field in MessageNotificationState.ConversationLineInfo
236 mIsGroup = isGroup; in ConversationLineInfo()
413 if (convInfo.mIsGroup) { in build()
503 if (convInfo.mIsGroup) { in MultiMessageNotificationState()
553 if (!convInfo.mIsGroup) { in build()
583 if (convInfo.mIsGroup) { in build()
903 if (currConvInfo.mIsGroup) { in createConversationInfoList()
962 currConvInfo.mLineInfos.add(new MessageLineInfo(currConvInfo.mIsGroup, in createConversationInfoList()
DBugleNotifications.java895 (convInfo.mIsGroup && MmsUtils.groupMmsEnabled(convInfo.mSubId)); in addWearableVoiceReplyAction()