Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessageTest.java99 assertThat(msg.getRecipientAddressing()).isEqualTo(recipientAddr); in constructor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java246 public String getRecipientAddressing() { in getRecipientAddressing() method in Message
DRequestGetMessagesListingForOwnNumber.java176 number = PhoneNumberUtils.extractNetworkPortion(msg.getRecipientAddressing()); in readResponse()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java130 public String getRecipientAddressing() { in getRecipientAddressing() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java984 if (e.getRecipientAddressing() != null) { in setRecipientName()
987 phone = e.getRecipientAddressing(); in setRecipientName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java111 assertThat(mMessageListingElement.getRecipientAddressing()) in getters()
DBluetoothMapContentTest.java518 assertThat(mMessageListingElement.getRecipientAddressing()).isEqualTo(TEST_ADDRESS); in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox()
548 assertThat(mMessageListingElement.getRecipientAddressing()).isEqualTo("recipientAddress"); in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeDraft()
566 assertThat(mMessageListingElement.getRecipientAddressing()).isEqualTo(""); in setRecipientAddressing_withFilterMsgTypeMms()
593 assertThat(mMessageListingElement.getRecipientAddressing()).isEqualTo(expected.toString()); in setRecipientAddressing_withFilterMsgTypeEmail()