OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachmentMimeTypes
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java
199
public void setAttachmentMimeTypes(String
attachmentMimeTypes
) {
200
this.mAttachmentMimeTypes =
attachmentMimeTypes
;
BluetoothMapContent.java
603
String
attachmentMimeTypes
= null;
634
attachmentMimeTypes
= c.getString(fi.mMessageColAttachmentMime);
638
"setAttachmentMimeTypes: " +
attachmentMimeTypes
);
643
e.setAttachmentMimeTypes(
attachmentMimeTypes
);
[
all
...]
Completed in 51 milliseconds