Searched refs:mAttachmentSize (Results 1 – 2 of 2) sorted by relevance
58 private final int mAttachmentSize; field in Message124 mAttachmentSize = size; in Message()184 json.put("attachment_size", mAttachmentSize); in toString()289 return mAttachmentSize; in getAttachmentSize()
47 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement182 return mAttachmentSize; in getAttachmentSize()186 this.mAttachmentSize = attachmentSize; in setAttachmentSize()327 if (mAttachmentSize != -1) { in encode()328 xmlMsgElement.attribute(null, "attachment_size", Integer.toString(mAttachmentSize)); in encode()