Searched refs:mContacts (Results 1 – 2 of 2) sorted by relevance
54 private List<BluetoothMapConvoContactElement> mContacts; field in BluetoothMapConvoListingElement113 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 …]
51 private SmsMmsContacts mContacts = new SmsMmsContacts(); field in BluetoothMapContentTest814 mContacts.clearCache(); in dumpThreadsTable()875 String addr = mContacts.getPhoneNumber(mResolver, longId); in printAddresses()876 MapContact contact = mContacts.getContactNameFromPhone(addr, mResolver); in printAddresses()