Home
last modified time | relevance | path

Searched refs:setContactList (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListFragment.java64 mContactListAdapter.setContactList(contacts.getData()); in onViewCreated()
DContactListAdapter.java60 public void setContactList(Pair<Integer, List<Contact>> contactListPair) { in setContactList() method in ContactListAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java227 /* package */ void setContactList(Map<String, BluetoothMapConvoContactElement> contactList) { in setContactList() method in BluetoothMapMasInstance
DBluetoothMapContentObserver.java275 setContactList(new HashMap<String, BluetoothMapConvoContactElement>(), false); in BluetoothMapContentObserver()
391 private void setContactList(Map<String, BluetoothMapConvoContactElement> contactList, in setContactList() method in BluetoothMapContentObserver
397 mMasInstance.setContactList(contactList); in setContactList()
1391 setContactList(contactList, true); in initContactsList()
2119 setContactList(contactList, listChanged); in handleContactListChanges()