Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java907 public void addRecipient(String[] btUcis, String[] btUids) { in addRecipient() method in BluetoothMapbMessage
914 public void addRecipient(String name, String formattedName, String[] phoneNumbers, in addRecipient() method in BluetoothMapbMessage
923 public void addRecipient(String name, String[] phoneNumbers, String[] emailAddresses) { in addRecipient() method in BluetoothMapbMessage
DBluetoothMapContent.java3648 message.addRecipient(contactName, contactName, phoneNumbers, emailAddresses, null, in setVCardFromPhoneNumber()
4123 message.addRecipient(name, name, null, emails, null, null); in getEmailMessage()
4305 message.addRecipient(nickname, name, null, null, btUid, btUci); in getIMMessage()
4310 message.addRecipient(null, btOwnUci); in getIMMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessage.java78 public Bmessage addRecipient(VCardEntry vcard) { in addRecipient() method in Bmessage
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java293 bmsg.addRecipient(destEntry); in sendMapMessage()