Searched refs:mReplytoAddressing (Results 1 – 2 of 2) sorted by relevance
43 private final String mReplytoAddressing; field in Message96 mReplytoAddressing = attrs.get("replyto_addressing"); in Message()173 json.put("replyto_addressing", mReplytoAddressing); in toString()232 return mReplytoAddressing; in getReplytoAddressing()
36 private String mReplytoAddressing = null; field in BluetoothMapMessageListingElement116 return mReplytoAddressing; in getReplyToAddressing()120 this.mReplytoAddressing = replytoAddressing; in setReplytoAddressing()302 if (mReplytoAddressing != null) { in encode()303 xmlMsgElement.attribute(null, "replyto_addressing", mReplytoAddressing); in encode()