HomeSort by relevance Sort by last modified time
    Searched full:recipientname (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 45 private String recipientName = null;
119 return recipientName;
122 public void setRecipientName(String recipientName) {
123 this.recipientName = recipientName;
235 if(recipientName != null)
236 xmlMsgElement.attribute("", "recipient_name",recipientName);

Completed in 1981 milliseconds