Home
last modified time | relevance | path

Searched refs:mReplytoAddressing (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java43 private final String mReplytoAddressing; field in Message
96 mReplytoAddressing = attrs.get("replyto_addressing"); in Message()
173 json.put("replyto_addressing", mReplytoAddressing); in toString()
232 return mReplytoAddressing; in getReplytoAddressing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java36 private String mReplytoAddressing = null; field in BluetoothMapMessageListingElement
116 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()