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.java59 private String mThreadName = null; field in BluetoothMapMessageListingElement
244 return mThreadName; in getThreadName()
248 this.mThreadName = name; in setThreadName()
323 if(mThreadName != null && includeThreadId == true) in encode()
324 xmlMsgElement.attribute(null, "conversation_name", mThreadName); in encode()