Searched refs:mReplytoAddressing (Results 1 – 2 of 2) sorted by relevance
44 private final String mReplytoAddressing; field in Message98 mReplytoAddressing = attrs.get("replyto_addressing"); in Message()177 json.put("replyto_addressing", mReplytoAddressing); in toString()241 return mReplytoAddressing; in getReplytoAddressing()
38 private String mReplytoAddressing = null; field in BluetoothMapMessageListingElement117 return mReplytoAddressing; in getReplyToAddressing()121 this.mReplytoAddressing = replytoAddressing; in setReplytoAddressing()301 if (mReplytoAddressing != null) { in encode()302 xmlMsgElement.attribute(null, "replyto_addressing", mReplytoAddressing); in encode()