Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java192 public void setAttachmentMimeTypes(String attachmentMimeTypes) { in setAttachmentMimeTypes() argument
193 this.mAttachmentMimeTypes = attachmentMimeTypes; in setAttachmentMimeTypes()
DBluetoothMapContent.java608 String attachmentMimeTypes = null; in setAttachment() local
645 attachmentMimeTypes = c.getString(fi.mMessageColAttachmentMime); in setAttachment()
654 + attachmentMimeTypes); in setAttachment()
659 e.setAttachmentMimeTypes(attachmentMimeTypes); in setAttachment()