Searched refs:mAttachmentSize (Results 1 – 2 of 2) sorted by relevance
57 private final int mAttachmentSize; field in Message122 mAttachmentSize = size; in Message()180 json.put("attachment_size", mAttachmentSize); in toString()276 return mAttachmentSize; in getAttachmentSize()
45 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement180 return mAttachmentSize; in getAttachmentSize()184 this.mAttachmentSize = attachmentSize; in setAttachmentSize()327 if (mAttachmentSize != -1) { in encode()328 xmlMsgElement.attribute(null, "attachment_size", Integer.toString(mAttachmentSize)); in encode()