Searched refs:mContactList (Results 1 – 3 of 3) sorted by relevance
42 private final List<Contact> mContactList = new ArrayList<>(); field in ContactListAdapter52 mContactList.clear(); in setContactList()54 mContactList.addAll(contactList); in setContactList()69 Contact contact = mContactList.get(position); in onBindViewHolder()75 return mContactList.size(); in getItemCount()
93 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance216 return mContactList; in getContactList()220 mContactList = contactList; in setContactList()
271 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()272 if (mContactList == null) { in BluetoothMapContentObserver()380 return mContactList; in getContactList()391 mContactList = contactList; in setContactList()892 private Map<String, BluetoothMapConvoContactElement> mContactList = null; field in BluetoothMapContentObserver