Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListAdapter.java46 private final List<Contact> mContactList = new ArrayList<>(); field in ContactListAdapter
61 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()
DContactListViewModel.java49 private final LiveData<FutureData<Pair<Integer, List<Contact>>>> mContactList; field in ContactListViewModel
60 mContactList = LiveDataFunctions.loadingSwitchMap(mSortedContactListLiveData, in ContactListViewModel()
68 return mContactList; in getAllContacts()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java100 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance
224 return mContactList; in getContactList()
228 mContactList = contactList; in setContactList()
DBluetoothMapContentObserver.java273 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