Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java222 /* package */ void setContactList(Map<String, BluetoothMapConvoContactElement> contactList) { in setContactList() method in BluetoothMapMasInstance
DBluetoothMapContentObserver.java296 setContactList(new HashMap<String, BluetoothMapConvoContactElement>(), false); in BluetoothMapContentObserver()
400 private void setContactList(Map<String, BluetoothMapConvoContactElement> contactList, in setContactList() method in BluetoothMapContentObserver
406 mMasInstance.setContactList(contactList); in setContactList()
1306 setContactList(contactList, true); in initContactsList()
2020 setContactList(contactList, listChanged); in handleContactListChanges()