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

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

Completed in 79 milliseconds