Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessageTest.java99 assertThat(msg.getRecipientName()).isEqualTo(recipientName); in constructor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java238 public String getRecipientName() { in getRecipientName() method in Message
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java123 public String getRecipientName() { in getRecipientName() method in BluetoothMapMessageListingElement
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java111 assertThat(mMessageListingElement.getRecipientName()).isEqualTo(TEST_RECIPIENT_NAME); in getters()