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.java71 private OnCheckBoxListActionListener mCheckBoxListListener; field in MultiSelectContactsListFragment
74 mCheckBoxListListener = checkBoxListListener; in setCheckBoxListListener()
83 if (mCheckBoxListListener != null) mCheckBoxListListener.onSelectedContactIdsChanged(); in onSelectedContactsChanged()
109 if (mCheckBoxListListener != null) { in onStart()
110 mCheckBoxListListener.onSelectedContactIdsChanged(); in onStart()
153 if (mCheckBoxListListener != null) { in onItemLongClick()
154 mCheckBoxListListener.onStartDisplayingCheckBoxes(); in onItemLongClick()
170 if (mCheckBoxListListener != null in onItemLongClick()
173 mCheckBoxListListener.onStopDisplayingCheckBoxes(); in onItemLongClick()
187 if (mCheckBoxListListener != null && getAdapter().getSelectedContactIds().size() == 0) { in onItemClick()
[all …]