Searched refs:mAttachmentType (Results 1 – 5 of 5) sorted by relevance
125 private int mAttachmentType; field in WorkingMessage208 mAttachmentType = TEXT; in WorkingMessage()257 mAttachmentType = SLIDESHOW; in correctAttachmentState()261 mAttachmentType = IMAGE; in correctAttachmentState()263 mAttachmentType = VIDEO; in correctAttachmentState()265 mAttachmentType = AUDIO; in correctAttachmentState()379 mAttachmentType = TEXT; in removeAttachment()443 if (type == TEXT && mAttachmentType == SLIDESHOW && mSlideshow != null && dataUri == null in setAttachment()459 mAttachmentType = type; in setAttachment()479 if (!append && mAttachmentType == TEXT && type == TEXT) { in setAttachment()[all …]
377 public final int mAttachmentType; field in MessagingNotification.NotificationInfo409 mAttachmentType = attachmentType; in NotificationInfo()431 if (mAttachmentType > WorkingMessage.TEXT) { in formatBigMessage()435 spannableStringBuilder.append(getAttachmentTypeString(context, mAttachmentType)); in formatBigMessage()475 if (mAttachmentType > WorkingMessage.TEXT) { in formatInboxMessage()479 spannableStringBuilder.append(getAttachmentTypeString(context, mAttachmentType)); in formatInboxMessage()
377 " mMessageItem.mAttachmentType: " + mMessageItem.mAttachmentType + in bindCommonMessage()380 if (mMessageItem.mAttachmentType != WorkingMessage.TEXT) { in bindCommonMessage()564 switch (msgItem.mAttachmentType) { in drawPlaybackButton()692 switch(msgItem.mAttachmentType) { in setOnClickListener()
99 int mAttachmentType; field in MessageItem184 mAttachmentType = cursor.getInt(columnsMap.mColumnMmsTextOnly) != 0 ? in MessageItem()328 mAttachmentType = MessageUtils.getAttachmentType(mSlideshow, msg); in onItemLoaded()
479 switch (msgItem.mAttachmentType) {1101 switch (msgItem.mAttachmentType) {