Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java191 public void setAttachmentMimeTypes(String attachmentMimeTypes) { in setAttachmentMimeTypes() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java656 e.setAttachmentMimeTypes(attachmentMimeTypes); in setAttachment()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java95 mMessageListingElement.setAttachmentMimeTypes(TEST_ATTACHMENT_MIME_TYPES); in setUp()