Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java54 private List<BluetoothMapConvoContactElement> mContacts; field in BluetoothMapConvoListingElement
113 return mContacts; in getContacts()
117 this.mContacts = contacts; in setContacts()
121 if(mContacts == null) in addContact()
122 mContacts = new ArrayList<BluetoothMapConvoContactElement>(); in addContact()
123 mContacts.add(contact); in addContact()
127 mContacts.remove(contact); in removeContact()
131 mContacts.remove(index); in removeContact()
271 if(mContacts != null){ in encode()
272 for(BluetoothMapConvoContactElement contact:mContacts){ in encode()
[all …]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java51 private SmsMmsContacts mContacts = new SmsMmsContacts(); field in BluetoothMapContentTest
814 mContacts.clearCache(); in dumpThreadsTable()
875 String addr = mContacts.getPhoneNumber(mResolver, longId); in printAddresses()
876 MapContact contact = mContacts.getContactNameFromPhone(addr, mResolver); in printAddresses()