Searched refs:includeThreadId (Results 1 – 2 of 2) sorted by relevance
271 public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) in encode() argument321 if(mThreadId != null && includeThreadId == true) in encode()323 if(mThreadName != null && includeThreadId == true) in encode()
91 …public byte[] encode(boolean includeThreadId, String version) throws UnsupportedEncodingException { in encode() argument102 element.encode(xmlMsgElement, includeThreadId); // Append the list element in encode()