Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java43 private String mReplytoAddressing = null; field in BluetoothMapMessageListingElement
122 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()