Home
last modified time | relevance | path

Searched refs:VCard (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java59 private ArrayList<VCard> mOriginator = null;
60 private ArrayList<VCard> mRecipient = null;
63 public static class VCard { class in BluetoothMapbMessage
82 public VCard(String name, String formattedName, String[] phoneNumbers, in VCard() method in BluetoothMapbMessage.VCard
101 public VCard(String name, String[] phoneNumbers, String[] emailAddresses, int envLevel) { in VCard() method in BluetoothMapbMessage.VCard
120 public VCard(String name, String formattedName, String[] phoneNumbers, in VCard() method in BluetoothMapbMessage.VCard
140 public VCard(String name, String[] phoneNumbers, String[] emailAddresses) { in VCard() method in BluetoothMapbMessage.VCard
244 public static VCard parseVcard(BMsgReader reader, int envLevel) { in parseVcard()
317 return new VCard(name, formattedName, phoneNumbers == null ? null in parseVcard()
652 newBMsg.addOriginator(VCard.parseVcard(reader, 0)); in parse()
[all …]
DBluetoothMapContentObserver.java2595 ArrayList<BluetoothMapbMessage.VCard> recipientList = msg.getRecipients(); in pushMessage()
2605 BluetoothMapbMessage.VCard empty = in pushMessage()
2606 new BluetoothMapbMessage.VCard("", "", null, null, 0); in pushMessage()
2607 recipientList = new ArrayList<BluetoothMapbMessage.VCard>(); in pushMessage()
2690 for (BluetoothMapbMessage.VCard recipient : recipientList) { in pushMessage()
2701 for (BluetoothMapbMessage.VCard recipient : recipientList) { in pushMessage()