Home
last modified time | relevance | path

Searched refs:mAttachmentSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java50 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement
170 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()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DItemOperationsParser.java32 private final long mAttachmentSize; field in ItemOperationsParser
39 mAttachmentSize = size; in ItemOperationsParser()
53 readChunked(bis, mAttachmentOutputStream, mAttachmentSize, mCallback); in parseProperties()