Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java654 if (getAttachment() != INVALID_VALUE_PARAMETER) { in encodeParams()
657 appParamBuf.put((byte) getAttachment()); in encodeParams()
1170 public int getAttachment() { in getAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java4000 message.setIncludeAttachments(appParams.getAttachment() != 0); in getMmsMessage()
4035 "TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + ", Charset = " in getEmailMessage()
4139 String attStr = (appParams.getAttachment() == 0) ? "/" in getEmailMessage()
4250 message.setIncludeAttachments(appParams.getAttachment() != 0); in getIMMessage()
DBluetoothMapObexServer.java1083 + appParams.getAttachment() + ", Charset = " + appParams.getCharset() in onGet()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java100 public Attachment getAttachment() { in getAttachment() method in AttachmentTile