Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListing.java87 public byte[] encode(boolean includeThreadId) throws UnsupportedEncodingException { in encode() argument
98 element.encode(xmlMsgElement, includeThreadId); // Append the list element in encode()
DBluetoothMapMessageListingElement.java256 …public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) throws IllegalArgumentExc… in encode() argument
294 if(mThreadId != null && includeThreadId == true) in encode()