Searched refs:mAttachmentMimeTypes (Results 1 – 1 of 1) sorted by relevance
53 private String mAttachmentMimeTypes = null; field in BluetoothMapMessageListingElement188 return mAttachmentMimeTypes; in getAttachmentMimeTypes()192 this.mAttachmentMimeTypes = attachmentMimeTypes; in setAttachmentMimeTypes()330 if (mAttachmentMimeTypes != null) { in encode()331 xmlMsgElement.attribute(null, "attachment_mime_types", mAttachmentMimeTypes); in encode()