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.java47 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement
182 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DMessage.java58 private final int mAttachmentSize; field in Message
124 mAttachmentSize = size; in Message()
184 json.put("attachment_size", mAttachmentSize); in toString()
289 return mAttachmentSize; in getAttachmentSize()