Searched refs:addRecipient (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapbMessageTest.java | 98 msg.addRecipient("", "Jens Hansen", phone, email, null, null); in testSmsEncodeText() 99 msg.addRecipient("", "Jens Hansen", phone, email, null, null); in testSmsEncodeText() 200 msg.addRecipient("", "Jens Hansen", phone, email, null, null); in testSmsEncodeNativeDeliverPdu() 270 msg.addRecipient("", "Jens Hansen", phone, email, null, null); in testSmsEncodeDecodeNativeSubmitPdu() 485 msg.addRecipient("", "Jørn Hansen", phone, email, null, null); in testMmsEncodeText()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapbMessage.java | 893 public void addRecipient(String[] btUcis, String[] btUids) { in addRecipient() method in BluetoothMapbMessage 898 public void addRecipient(String name, String formattedName, in addRecipient() method in BluetoothMapbMessage 909 public void addRecipient(String name, String[] phoneNumbers, String[] emailAddresses) { in addRecipient() method in BluetoothMapbMessage
|
D | BluetoothMapContent.java | 3377 message.addRecipient(contactName, contactName, phoneNumbers, emailAddresses,null,null); in setVCardFromPhoneNumber() 3810 message.addRecipient(name, name, null, emails, null, null); in getEmailMessage() 3975 message.addRecipient(nickname,name,null, null, btUid, btUci); in getIMMessage() 3980 message.addRecipient(null, btOwnUci); in getIMMessage()
|