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

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

Completed in 161 milliseconds