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
112 return mAttachmentType; in getAttachmentType()
150 String mAttachmentType; field in MessageNotificationState.MessageLineInfo
165 mAttachmentType = attachmentType; in MessageLineInfo()
365 mAttachmentType = null; in MultiConversationNotificationState()
423 mAttachmentType = messageLineInfo.mAttachmentType; in build()
426 sender, text, mAttachmentUri, mAttachmentType)); in build()
478 mAttachmentType = messageInfo.mAttachmentType; in MultiMessageNotificationState()
485 if (ContentType.isAudioType(mAttachmentType)) { in MultiMessageNotificationState()
487 } else if (ContentType.isVideoType(mAttachmentType)) { in MultiMessageNotificationState()
[all …]