Searched refs:setRecipientAddressing (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | RequestGetMessagesListingForOwnNumberTest.java | 175 mSMSWithOwnNumberAsRecipient.setRecipientAddressing(TEST_OWN_NUMBER); in setUp() 180 mMMSWithOwnNumberAsSender.setRecipientAddressing(TEST_OTHER_NUMBER_RX); in setUp() 185 mSMSWithoutOwnNumber.setRecipientAddressing(TEST_NO_NUMBER); in setUp()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElement.java | 134 public void setRecipientAddressing(String recipientAddressing) { in setRecipientAddressing() method in BluetoothMapMessageListingElement
|
D | BluetoothMapContent.java | 924 void setRecipientAddressing( in setRecipientAddressing() method in BluetoothMapContent 960 e.setRecipientAddressing(address); in setRecipientAddressing() 2400 setRecipientAddressing(ele, tmpCursor, fi, ap); in msgListing()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElementTest.java | 81 mMessageListingElement.setRecipientAddressing(TEST_RECIPIENT_ADDRESSING); in setUp()
|
D | BluetoothMapContentTest.java | 516 mContent.setRecipientAddressing(mMessageListingElement, cursor, mInfo, mParams); in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox() 546 mContent.setRecipientAddressing(mMessageListingElement, cursor, mInfo, mParams); in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeDraft() 564 mContent.setRecipientAddressing(mMessageListingElement, cursor, mInfo, mParams); in setRecipientAddressing_withFilterMsgTypeMms() 585 mContent.setRecipientAddressing(mMessageListingElement, cursor, mInfo, mParams); in setRecipientAddressing_withFilterMsgTypeEmail()
|