Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DContactListActivity.java63 private ArrayList<ContactAttributes> mContactList; field in ContactListActivity
74 mContactList = new ArrayList<>(); in onCreate()
167 mContactList.clear(); in querySummaryData()
172 mContactList.add(new ContactAttributes(phoneNumber, latestMessage, isRead)); in querySummaryData()
181 mAdapter.addAll(mContactList); in renderListView()
189 mContactList.get(position).phoneNumber); in setListViewClickable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java103 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance
221 return mContactList; in getContactList()
225 mContactList = contactList; in setContactList()
DBluetoothMapContentObserver.java287 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()
288 if (mContactList == null) { in BluetoothMapContentObserver()
410 return mContactList; in getContactList()
421 mContactList = contactList; in setContactList()
982 private Map<String, BluetoothMapConvoContactElement> mContactList = null; field in BluetoothMapContentObserver