Searched refs:getAttachment (Results 1 – 4 of 4) sorted by relevance
643 if (getAttachment() != INVALID_VALUE_PARAMETER) { in EncodeParams()646 appParamBuf.put((byte) getAttachment()); in EncodeParams()1132 public int getAttachment() { in getAttachment() method in BluetoothMapAppParams
3723 message.setIncludeAttachments(appParams.getAttachment() == 0 ? false : true); in getMmsMessage()3755 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + in getEmailMessage()3846 String attStr = (appParams.getAttachment() == 0) ? in getEmailMessage()3947 message.setIncludeAttachments(appParams.getAttachment() == 0 ? false : true); in getIMMessage()
911 ", Attachment = " + appParams.getAttachment() + in onGet()
100 public Attachment getAttachment() { in getAttachment() method in AttachmentTile