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

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

Completed in 45 milliseconds