Searched refs:mContactList (Results 1 – 2 of 2) sorted by relevance
92 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance217 return mContactList; in getContactList()221 mContactList = contactList; in setContactList()
298 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