Searched refs:mReplytoAddressing (Results 1 – 1 of 1) sorted by relevance
43 private String mReplytoAddressing = null; field in BluetoothMapMessageListingElement122 return mReplytoAddressing; in getReplyToAddressing()126 this.mReplytoAddressing = replytoAddressing; in setReplytoAddressing()290 if(mReplytoAddressing != null) in encode()291 xmlMsgElement.attribute(null, "replyto_addressing",mReplytoAddressing); in encode()