Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java75 private OnCheckBoxListActionListener mCheckBoxListListener; field in MultiSelectContactsListFragment
78 mCheckBoxListListener = checkBoxListListener; in setCheckBoxListListener()
87 if (mCheckBoxListListener != null) mCheckBoxListListener.onSelectedContactIdsChanged(); in onSelectedContactsChanged()
113 if (mCheckBoxListListener != null) { in onStart()
114 mCheckBoxListListener.onSelectedContactIdsChanged(); in onStart()
157 if (mCheckBoxListListener != null) { in onItemLongClick()
158 mCheckBoxListListener.onStartDisplayingCheckBoxes(); in onItemLongClick()
174 if (mCheckBoxListListener != null in onItemLongClick()
177 mCheckBoxListListener.onStopDisplayingCheckBoxes(); in onItemLongClick()
191 if (mCheckBoxListListener != null && getAdapter().getSelectedContactIds().size() == 0) { in onItemClick()
[all …]