Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java53 private String mAttachmentMimeTypes = null; field in BluetoothMapMessageListingElement
189 return mAttachmentMimeTypes; in getAttachmentMimeTypes()
193 this.mAttachmentMimeTypes = attachmentMimeTypes; in setAttachmentMimeTypes()
331 if (mAttachmentMimeTypes != null) { in encode()
332 xmlMsgElement.attribute(null, "attachment_mime_types", mAttachmentMimeTypes); in encode()