Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java92 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance
217 return mContactList; in getContactList()
221 mContactList = contactList; in setContactList()
DBluetoothMapContentObserver.java298 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()
299 if(mContactList == null) { in BluetoothMapContentObserver()
395 return mContactList; in getContactList()
406 mContactList = contactList; in setContactList()
891 private Map<String, BluetoothMapConvoContactElement> mContactList = null; field in BluetoothMapContentObserver