Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java198 public void setAttachmentMimeTypes(String attachmentMimeTypes) { in setAttachmentMimeTypes() argument
199 this.mAttachmentMimeTypes = attachmentMimeTypes; in setAttachmentMimeTypes()
DBluetoothMapContent.java603 String attachmentMimeTypes = null; in setAttachment() local
634 attachmentMimeTypes = c.getString(fi.mMessageColAttachmentMime); in setAttachment()
638 "setAttachmentMimeTypes: " + attachmentMimeTypes ); in setAttachment()
643 e.setAttachmentMimeTypes(attachmentMimeTypes); in setAttachment()