HomeSort by relevance Sort by last modified time
    Searched refs:mRecipientName (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 47 private final String mRecipientName;
109 mRecipientName = attrs.get("recipient_name");
185 json.put("recipient_name", mRecipientName);
256 return mRecipientName;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 44 private String mRecipientName = null;
130 return mRecipientName;
134 this.mRecipientName = recipientName;
292 if(mRecipientName != null)
294 BluetoothMapUtils.stripInvalidChars(mRecipientName));

Completed in 46 milliseconds