Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListAdapter.java42 private final List<Contact> mContactList = new ArrayList<>(); field in ContactListAdapter
52 mContactList.clear(); in setContactList()
54 mContactList.addAll(contactList); in setContactList()
69 Contact contact = mContactList.get(position); in onBindViewHolder()
75 return mContactList.size(); in getItemCount()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java93 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance
216 return mContactList; in getContactList()
220 mContactList = contactList; in setContactList()
DBluetoothMapContentObserver.java271 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