Searched refs:getAttachment (Results 1 – 4 of 4) sorted by relevance
454 if (getAttachment() != INVALID_VALUE_PARAMETER) { in EncodeParams()457 appParamBuf.put((byte) getAttachment()); in EncodeParams()646 public int getAttachment() { in getAttachment() method in BluetoothMapAppParams
1857 message.setIncludeAttachments(appParams.getAttachment() == 0 ? false : true); in getMmsMessage()1880 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + in getEmailMessage()1965 …String attStr = (appParams.getAttachment() == 0) ? "/" + BluetoothMapContract.FILE_MSG_NO_ATTACH… in getEmailMessage()
686 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + in onGet()
100 public Attachment getAttachment() { in getAttachment() method in AttachmentTile