Searched defs:mAttachmentType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java102 protected String mAttachmentType = null; field in class:MessageNotificationState
112 return mAttachmentType;
150 String mAttachmentType; field in class:MessageNotificationState.MessageLineInfo
165 mAttachmentType = attachmentType;
365 mAttachmentType = null;
423 mAttachmentType = messageLineInfo.mAttachmentType;
426 sender, text, mAttachmentUri, mAttachmentType));
478 mAttachmentType = messageInfo.mAttachmentType;
[all...]

Completed in 331 milliseconds