Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java60 private String mAttachmentMimeTypes = null; field in BluetoothMapMessageListingElement
195 return mAttachmentMimeTypes; in getAttachmentMimeTypes()
199 this.mAttachmentMimeTypes = attachmentMimeTypes; in setAttachmentMimeTypes()
311 if(mAttachmentMimeTypes != null) in encode()
312 xmlMsgElement.attribute(null, "attachment_mime_types", mAttachmentMimeTypes); in encode()