Searched refs:replytoAddressing (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java44 private String replytoAddressing = null; field in class:BluetoothMapMessageListingElement
111 return replytoAddressing;
114 public void setReplytoAddressing(String replytoAddressing) { argument
115 this.replytoAddressing = replytoAddressing;
233 if(replytoAddressing != null)
234 xmlMsgElement.attribute("", "replyto_addressing",replytoAddressing);

Completed in 38 milliseconds