Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestGetMessagesListingForOwnNumberTest.java175 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/
DBluetoothMapMessageListingElement.java134 public void setRecipientAddressing(String recipientAddressing) { in setRecipientAddressing() method in BluetoothMapMessageListingElement
DBluetoothMapContent.java924 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/
DBluetoothMapMessageListingElementTest.java81 mMessageListingElement.setRecipientAddressing(TEST_RECIPIENT_ADDRESSING); in setUp()
DBluetoothMapContentTest.java516 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()