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.java191 public void setAttachmentMimeTypes(String attachmentMimeTypes) { in setAttachmentMimeTypes() argument
192 this.mAttachmentMimeTypes = attachmentMimeTypes; in setAttachmentMimeTypes()
DBluetoothMapContent.java605 String attachmentMimeTypes = null; in setAttachment() local
642 attachmentMimeTypes = c.getString(fi.mMessageColAttachmentMime); in setAttachment()
651 + attachmentMimeTypes); in setAttachment()
656 e.setAttachmentMimeTypes(attachmentMimeTypes); in setAttachment()