Searched refs:mAttachmentSize (Results 1 – 2 of 2) sorted by relevance
52 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement187 return mAttachmentSize; in getAttachmentSize()191 this.mAttachmentSize = attachmentSize; in setAttachmentSize()308 if(mAttachmentSize != -1) in encode()310 Integer.toString(mAttachmentSize)); in encode()
48 private int mAttachmentSize; field in BluetoothMapMessagesListing84 out.writeInt(mAttachmentSize); in writeToParcel()108 mAttachmentSize = in.readInt(); in readFromParcel()163 json.put("attachment_size", mAttachmentSize); in toString()