Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java44 private String mRecipientName = null; field in BluetoothMapMessageListingElement
130 return mRecipientName; in getRecipientName()
134 this.mRecipientName = recipientName; in setRecipientName()
292 if(mRecipientName != null) in encode()
294 BluetoothMapUtils.stripInvalidChars(mRecipientName)); in encode()