Searched defs:mAttachmentSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java58 private final int mAttachmentSize; field in class:Message
124 mAttachmentSize = size;
184 json.put("attachment_size", mAttachmentSize);
289 return mAttachmentSize;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java48 private int mAttachmentSize = -1; field in class:BluetoothMapMessageListingElement
183 return mAttachmentSize;
187 this.mAttachmentSize = attachmentSize;
312 if(mAttachmentSize != -1)
314 Integer.toString(mAttachmentSize));

Completed in 64 milliseconds