Home
last modified time | relevance | path

Searched refs:mAttachmentType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
DWorkingMessage.java125 private int mAttachmentType; field in WorkingMessage
208 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 …]
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java377 public final int mAttachmentType; field in MessagingNotification.NotificationInfo
409 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()
/packages/apps/Mms/src/com/android/mms/ui/
DMessageListItem.java377 " 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()
DMessageItem.java99 int mAttachmentType; field in MessageItem
184 mAttachmentType = cursor.getInt(columnsMap.mColumnMmsTextOnly) != 0 ? in MessageItem()
328 mAttachmentType = MessageUtils.getAttachmentType(mSlideshow, msg); in onItemLoaded()
DComposeMessageActivity.java479 switch (msgItem.mAttachmentType) {
1101 switch (msgItem.mAttachmentType) {