Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java31 public class BluetoothMapConvoContactElement class
32 implements Comparable<BluetoothMapConvoContactElement> {
62 public static BluetoothMapConvoContactElement createFromMapContact(MapContact contact, in createFromMapContact()
64 BluetoothMapConvoContactElement newElement = new BluetoothMapConvoContactElement(); in createFromMapContact()
72 public BluetoothMapConvoContactElement(String uci, String name, String displayName, in BluetoothMapConvoContactElement() method in BluetoothMapConvoContactElement
93 public BluetoothMapConvoContactElement() { in BluetoothMapConvoContactElement() method in BluetoothMapConvoContactElement
183 public int compareTo(BluetoothMapConvoContactElement e) { in compareTo()
242 public static BluetoothMapConvoContactElement createFromXml(XmlPullParser parser) in createFromXml()
245 BluetoothMapConvoContactElement newElement; in createFromXml()
250 newElement = new BluetoothMapConvoContactElement(); in createFromXml()
[all …]
DBluetoothMapConvoListingElement.java54 private List<BluetoothMapConvoContactElement> mContacts;
120 public List<BluetoothMapConvoContactElement> getContacts() { in getContacts()
124 public void setContacts(List<BluetoothMapConvoContactElement> contacts) { in setContacts()
128 public void addContact(BluetoothMapConvoContactElement contact) { in addContact()
130 mContacts = new ArrayList<BluetoothMapConvoContactElement>(); in addContact()
135 public void removeContact(BluetoothMapConvoContactElement contact) { in removeContact()
286 for (BluetoothMapConvoContactElement contact : mContacts) { in encode()
338 if (name.equalsIgnoreCase(BluetoothMapConvoContactElement.XML_TAG_CONVOCONTACT)) { in createFromXml()
339 newElement.addContact(BluetoothMapConvoContactElement.createFromXml(parser)); in createFromXml()
DBluetoothMapMasInstance.java93 private Map<String, BluetoothMapConvoContactElement> mContactList;
215 /* package */ Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList()
219 /* package */ void setContactList(Map<String, BluetoothMapConvoContactElement> contactList) { in setContactList()
DBluetoothMapContentObserver.java273 setContactList(new HashMap<String, BluetoothMapConvoContactElement>(), false); in BluetoothMapContentObserver()
379 private Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList()
389 private void setContactList(Map<String, BluetoothMapConvoContactElement> contactList, in setContactList()
892 private Map<String, BluetoothMapConvoContactElement> mContactList = null;
1352 Map<String, BluetoothMapConvoContactElement> contactList = in initContactsList()
1353 new HashMap<String, BluetoothMapConvoContactElement>(); in initContactsList()
1375 BluetoothMapConvoContactElement contact = in initContactsList()
1376 new BluetoothMapConvoContactElement(uci, name, displayName, in initContactsList()
1949 HashMap<String, BluetoothMapConvoContactElement> contactList = in handleContactListChanges()
1950 new HashMap<String, BluetoothMapConvoContactElement>( in handleContactListChanges()
[all …]
DBluetoothMapContent.java3353 BluetoothMapConvoContactElement c = new BluetoothMapConvoContactElement(); in populateImEmailConvoElement()
3452 BluetoothMapConvoContactElement contactElement; in addSmsMmsContacts()
3510 contactElement = new BluetoothMapConvoContactElement(); in addSmsMmsContacts()
3519 BluetoothMapConvoContactElement.createFromMapContact(contact, addr); in addSmsMmsContacts()