Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java52 private int mAttachmentSize = -1; field in BluetoothMapMessageListingElement
187 return mAttachmentSize; in getAttachmentSize()
191 this.mAttachmentSize = attachmentSize; in setAttachmentSize()
308 if(mAttachmentSize != -1) in encode()
310 Integer.toString(mAttachmentSize)); in encode()
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapMessagesListing.java48 private int mAttachmentSize; field in BluetoothMapMessagesListing
84 out.writeInt(mAttachmentSize); in writeToParcel()
108 mAttachmentSize = in.readInt(); in readFromParcel()
163 json.put("attachment_size", mAttachmentSize); in toString()