Searched refs:mContactList (Results 1 – 4 of 4) sorted by relevance
46 private final List<Contact> mContactList = new ArrayList<>(); field in ContactListAdapter61 mContactList.clear(); in setContactList()63 mContactList.addAll(contactListPair.second); in setContactList()79 Contact contact = mContactList.get(position); in onBindViewHolder()83 || (!header.equals(getHeader(mContactList.get(position - 1)))); in onBindViewHolder()89 return mContactList.size(); in getItemCount()
49 private final LiveData<FutureData<Pair<Integer, List<Contact>>>> mContactList; field in ContactListViewModel60 mContactList = LiveDataFunctions.loadingSwitchMap(mSortedContactListLiveData, in ContactListViewModel()68 return mContactList; in getAllContacts()
100 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance224 return mContactList; in getContactList()228 mContactList = contactList; in setContactList()
273 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()274 if (mContactList == null) { in BluetoothMapContentObserver()382 return mContactList; in getContactList()393 mContactList = contactList; in setContactList()894 private Map<String, BluetoothMapConvoContactElement> mContactList = null; field in BluetoothMapContentObserver