Searched refs:getAttachment (Results 1 – 4 of 4) sorted by relevance
654 if (getAttachment() != INVALID_VALUE_PARAMETER) { in encodeParams()657 appParamBuf.put((byte) getAttachment()); in encodeParams()1170 public int getAttachment() { in getAttachment() method in BluetoothMapAppParams
4000 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()
1083 + appParams.getAttachment() + ", Charset = " + appParams.getCharset() in onGet()
100 public Attachment getAttachment() { in getAttachment() method in AttachmentTile