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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java45 private String recipientName = null; field in class:BluetoothMapMessageListingElement
119 return recipientName;
122 public void setRecipientName(String recipientName) { argument
123 this.recipientName = recipientName;
235 if(recipientName != null)
236 xmlMsgElement.attribute("", "recipient_name",recipientName);

Completed in 64 milliseconds