Searched refs:convInfo (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 377 final ConversationLineInfo convInfo = convList.mConvInfos.get(i); in MultiConversationNotificationState() local 378 if (!(convInfo.mLineInfos.get(0) instanceof MessageLineInfo)) { in MultiConversationNotificationState() 381 setPeopleForConversation(convInfo.mConversationId); in MultiConversationNotificationState() 383 convInfo.mTotalMessageCount, Lists.newArrayList(convInfo)); in MultiConversationNotificationState() 405 final ConversationLineInfo convInfo = mConvList.mConvInfos.get(i); in build() local 406 if (convInfo.mReceivedTimestamp > when) { in build() 407 when = convInfo.mReceivedTimestamp; in build() 411 final NotificationLineInfo lineInfo = convInfo.mLineInfos.get(0); in build() 413 if (convInfo.mIsGroup) { in build() 414 sender = (convInfo.mGroupConversationName.length() > in build() [all …]
|
D | BugleNotifications.java | 869 ConversationLineInfo convInfo = notificationState.mConvList.mConvInfos.get(0); in maybeAddWearableConversationLog() local 872 convInfo.mParticipantCount); in maybeAddWearableConversationLog() 888 final ConversationLineInfo convInfo = in addWearableVoiceReplyAction() local 890 final String selfId = convInfo.mSelfParticipantId; in addWearableVoiceReplyAction() 894 convInfo.mIncludeEmailAddress, convInfo.mSubId) || in addWearableVoiceReplyAction() 895 (convInfo.mIsGroup && MmsUtils.groupMmsEnabled(convInfo.mSubId)); in addWearableVoiceReplyAction() 925 final ConversationLineInfo convInfo = in addDownloadMmsAction() local 927 if (!convInfo.getDoesLatestMessageNeedDownload()) { in addDownloadMmsAction() 930 final String messageId = convInfo.getLatestMessageId(); in addDownloadMmsAction()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationItemViewModel.java | 194 private static int getHashCode(CharSequence dateText, Object convInfo, in getHashCode() argument 200 return Objects.hashCode(convInfo, dateText, rawFolders, starred, read, priority, in getHashCode()
|