Home
last modified time | relevance | path

Searched refs:getContactList (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java287 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()
409 Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList() method in BluetoothMapContentObserver
1498 synchronized (getContactList()) { in initContactsList() method
1499 getContactList().clear(); in initContactsList()
2333 getContactList().size()); in handleContactListChanges()
2335 synchronized (getContactList()) { in handleContactListChanges() method
2347 getContactList().remove(uci); in handleContactListChanges()
2540 if (getContactList().size() > 0) { in handleContactListChanges()
DBluetoothMapMasInstance.java220 /* package */ Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList() method in BluetoothMapMasInstance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java311 Assert.assertEquals(mObserver.getContactList(), map); in testSetContactList()
1062 BluetoothMapConvoContactElement contactElement = mObserver.getContactList().get(TEST_UCI); in initContactsList()
2406 BluetoothMapConvoContactElement contactElement = mObserver.getContactList().get(TEST_UCI); in handleContactListChanges_withNullContactForUci()
2477 BluetoothMapConvoContactElement contactElement = mObserver.getContactList().get(TEST_UCI); in handleContactListChanges_withNonNullContactForUci()