Searched refs:mAttachmentSize (Results 1 – 2 of 2) sorted by relevance
50 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement170 return mAttachmentSize; in getAttachmentSize()174 this.mAttachmentSize = attachmentSize; in setAttachmentSize()284 if(mAttachmentSize != -1) in encode()285 xmlMsgElement.attribute(null, "attachment_size", Integer.toString(mAttachmentSize)); in encode()
32 private final long mAttachmentSize; field in ItemOperationsParser39 mAttachmentSize = size; in ItemOperationsParser()53 readChunked(bis, mAttachmentOutputStream, mAttachmentSize, mCallback); in parseProperties()