Searched refs:attachmentSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java51 private int attachmentSize = -1; field in class:BluetoothMapMessageListingElement
167 return attachmentSize;
170 public void setAttachmentSize(int attachmentSize) { argument
171 this.attachmentSize = attachmentSize;
247 if(attachmentSize != -1)
248 xmlMsgElement.attribute("", "attachment_size", Integer.toString(attachmentSize));

Completed in 223 milliseconds