Searched defs:xmlMsgElement (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java267 public void encode(XmlSerializer xmlMsgElement, boolean includeThreadId) argument
271 xmlMsgElement.startTag(null, "msg");
272 xmlMsgElement.attribute(null, "handle",
283 xmlMsgElement.attribute(null, "subject",
288 xmlMsgElement.attribute(null, "datetime", this.getDateTimeString());
290 xmlMsgElement.attribute(null, "sender_name",
293 xmlMsgElement.attribute(null, "sender_addressing", mSenderAddressing);
295 xmlMsgElement.attribute(null, "replyto_addressing",mReplytoAddressing);
297 xmlMsgElement.attribute(null, "recipient_name",
300 xmlMsgElement
[all...]

Completed in 46 milliseconds