HomeSort by relevance Sort by last modified time
    Searched refs:mAttachmentType (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 125 private int mAttachmentType;
208 mAttachmentType = TEXT;
257 mAttachmentType = SLIDESHOW;
261 mAttachmentType = IMAGE;
263 mAttachmentType = VIDEO;
265 mAttachmentType = AUDIO;
379 mAttachmentType = TEXT;
443 if (type == TEXT && mAttachmentType == SLIDESHOW && mSlideshow != null && dataUri == null
456 // If we were successful, update mAttachmentType and notify
459 mAttachmentType = type
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 99 int mAttachmentType;
184 mAttachmentType = cursor.getInt(columnsMap.mColumnMmsTextOnly) != 0 ?
328 mAttachmentType = MessageUtils.getAttachmentType(mSlideshow, msg);
MessageListItem.java 377 " mMessageItem.mAttachmentType: " + mMessageItem.mAttachmentType +
380 if (mMessageItem.mAttachmentType != WorkingMessage.TEXT) {
564 switch (msgItem.mAttachmentType) {
692 switch(msgItem.mAttachmentType) {
    [all...]
ComposeMessageActivity.java 479 switch (msgItem.mAttachmentType) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 377 public final int mAttachmentType;
409 mAttachmentType = attachmentType;
431 if (mAttachmentType > WorkingMessage.TEXT) {
435 spannableStringBuilder.append(getAttachmentTypeString(context, mAttachmentType));
475 if (mAttachmentType > WorkingMessage.TEXT) {
479 spannableStringBuilder.append(getAttachmentTypeString(context, mAttachmentType));
    [all...]

Completed in 78 milliseconds