Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java273 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()
381 private Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList() method in BluetoothMapContentObserver
1389 synchronized (getContactList()) { in initContactsList() method
1390 getContactList().clear(); in initContactsList()
1964 getContactList().size()); in handleContactListChanges()
1966 synchronized (getContactList()) { in handleContactListChanges() method
1980 getContactList().remove(uci); in handleContactListChanges()
2116 if (getContactList().size() > 0) { in handleContactListChanges()
H A DBluetoothMapMasInstance.java223 /* package */ Map<String, BluetoothMapConvoContactElement> getContactList() { in getContactList() method in BluetoothMapMasInstance