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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java59 private final int mAttachmentSize; field in class:BluetoothMapMessage
133 mAttachmentSize = size;
191 json.put("attachment_size", mAttachmentSize);
296 return mAttachmentSize;

Completed in 52 milliseconds