Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java57 private final int mAttachmentSize; field in Message
122 mAttachmentSize = size; in Message()
180 json.put("attachment_size", mAttachmentSize); in toString()
276 return mAttachmentSize; in getAttachmentSize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java45 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement
180 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()