Searched refs:mContactList (Results 1 – 3 of 3) sorted by relevance
63 private ArrayList<ContactAttributes> mContactList; field in ContactListActivity74 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()
103 private Map<String, BluetoothMapConvoContactElement> mContactList; field in BluetoothMapMasInstance221 return mContactList; in getContactList()225 mContactList = contactList; in setContactList()
287 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