Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java102 protected String mAttachmentType = null; field in MessageNotificationState
111 return mAttachmentType; in getAttachmentType()
149 String mAttachmentType; field in MessageNotificationState.MessageLineInfo
164 mAttachmentType = attachmentType; in MessageLineInfo()
364 mAttachmentType = null; in MultiConversationNotificationState()
422 mAttachmentType = messageLineInfo.mAttachmentType; in build()
425 sender, text, mAttachmentUri, mAttachmentType)); in build()
477 mAttachmentType = messageInfo.mAttachmentType; in MultiMessageNotificationState()
484 if (ContentType.isAudioType(mAttachmentType)) { in MultiMessageNotificationState()
486 } else if (ContentType.isVideoType(mAttachmentType)) { in MultiMessageNotificationState()
[all …]