Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java54 private String mThreadName = null; field in BluetoothMapMessageListingElement
241 return mThreadName; in getThreadName()
245 this.mThreadName = name; in setThreadName()
348 if (mThreadName != null && includeThreadId) { in encode()
349 xmlMsgElement.attribute(null, "conversation_name", mThreadName); in encode()