Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java38 private String mReplytoAddressing = null; field in BluetoothMapMessageListingElement
117 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DMessage.java44 private final String mReplytoAddressing; field in Message
98 mReplytoAddressing = attrs.get("replyto_addressing"); in Message()
177 json.put("replyto_addressing", mReplytoAddressing); in toString()
241 return mReplytoAddressing; in getReplytoAddressing()