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.java100 private Map<String, BluetoothMapConvoContactElement> mContactList;
223 /* package */ Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList()
227 /* package */ void setContactList(Map<String, BluetoothMapConvoContactElement> contactList) { in setContactList()
DBluetoothMapContentObserver.java275 setContactList(new HashMap<String, BluetoothMapConvoContactElement>(), false); in BluetoothMapContentObserver()
381 private Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList()
391 private void setContactList(Map<String, BluetoothMapConvoContactElement> contactList, in setContactList()
894 private Map<String, BluetoothMapConvoContactElement> mContactList = null;
1354 Map<String, BluetoothMapConvoContactElement> contactList = in initContactsList()
1355 new HashMap<String, BluetoothMapConvoContactElement>(); in initContactsList()
1377 BluetoothMapConvoContactElement contact = in initContactsList()
1378 new BluetoothMapConvoContactElement(uci, name, displayName, in initContactsList()
1960 HashMap<String, BluetoothMapConvoContactElement> contactList = in handleContactListChanges()
1961 new HashMap<String, BluetoothMapConvoContactElement>( in handleContactListChanges()
[all …]
DBluetoothMapContent.java3347 BluetoothMapConvoContactElement c = new BluetoothMapConvoContactElement(); in populateImEmailConvoElement()
3446 BluetoothMapConvoContactElement contactElement; in addSmsMmsContacts()
3504 contactElement = new BluetoothMapConvoContactElement(); in addSmsMmsContacts()
3513 BluetoothMapConvoContactElement.createFromMapContact(contact, addr); in addSmsMmsContacts()