Searched refs:BluetoothMapConvoContactElement (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoContactElement.java | 32 public class BluetoothMapConvoContactElement class 33 implements Comparable<BluetoothMapConvoContactElement> { 63 public static BluetoothMapConvoContactElement createFromMapContact(MapContact contact, in createFromMapContact() 65 BluetoothMapConvoContactElement newElement = new BluetoothMapConvoContactElement(); in createFromMapContact() 73 public BluetoothMapConvoContactElement(String uci, String name, String displayName, in BluetoothMapConvoContactElement() method in BluetoothMapConvoContactElement 94 public BluetoothMapConvoContactElement() { in BluetoothMapConvoContactElement() method in BluetoothMapConvoContactElement 183 public int compareTo(BluetoothMapConvoContactElement e) { in compareTo() 244 public static BluetoothMapConvoContactElement createFromXml(XmlPullParser parser) in createFromXml() 247 BluetoothMapConvoContactElement newElement; in createFromXml() 252 newElement = new BluetoothMapConvoContactElement(); in createFromXml() [all …]
|
D | BluetoothMapConvoListingElement.java | 54 private List<BluetoothMapConvoContactElement> mContacts; 112 public List<BluetoothMapConvoContactElement> getContacts() { in getContacts() 116 public void setContacts(List<BluetoothMapConvoContactElement> contacts) { in setContacts() 120 public void addContact(BluetoothMapConvoContactElement contact){ in addContact() 122 mContacts = new ArrayList<BluetoothMapConvoContactElement>(); in addContact() 126 public void removeContact(BluetoothMapConvoContactElement contact){ in removeContact() 272 for(BluetoothMapConvoContactElement contact:mContacts){ in encode() 322 if(name.equalsIgnoreCase(BluetoothMapConvoContactElement.XML_TAG_CONVOCONTACT)){ in createFromXml() 323 newElement.addContact(BluetoothMapConvoContactElement.createFromXml(parser)); in createFromXml()
|
D | BluetoothMapMasInstance.java | 94 private Map<String, BluetoothMapConvoContactElement> mContactList; 218 /* package */ Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList() 222 /* package */ void setContactList(Map<String, BluetoothMapConvoContactElement> contactList) { in setContactList()
|
D | BluetoothMapContentObserver.java | 296 setContactList(new HashMap<String, BluetoothMapConvoContactElement>(), false); in BluetoothMapContentObserver() 390 private Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList() 400 private void setContactList(Map<String, BluetoothMapConvoContactElement> contactList, in setContactList() 881 private Map<String, BluetoothMapConvoContactElement> mContactList = null; 1274 Map<String, BluetoothMapConvoContactElement> contactList = in initContactsList() 1275 new HashMap<String, BluetoothMapConvoContactElement>(); in initContactsList() 1294 BluetoothMapConvoContactElement contact = in initContactsList() 1295 new BluetoothMapConvoContactElement(uci, name, displayName, in initContactsList() 1841 HashMap<String, BluetoothMapConvoContactElement> contactList = in handleContactListChanges() 1843 BluetoothMapConvoContactElement>(getContactList().size()); in handleContactListChanges() [all …]
|
D | BluetoothMapContent.java | 3088 BluetoothMapConvoContactElement c = new BluetoothMapConvoContactElement(); in populateImEmailConvoElement() 3191 BluetoothMapConvoContactElement contactElement; in addSmsMmsContacts() 3249 contactElement = new BluetoothMapConvoContactElement(); in addSmsMmsContacts() 3257 contactElement = BluetoothMapConvoContactElement in addSmsMmsContacts()
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | MapTestData.java | 19 import com.android.bluetooth.map.BluetoothMapConvoContactElement; 109 BluetoothMapConvoContactElement contact; in getConvoListingReference() 113 contact = new BluetoothMapConvoContactElement(); in getConvoListingReference()
|