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.java54 private OnCheckBoxListActionListener mCheckBoxListListener; field in MultiSelectContactsListFragment
58 mCheckBoxListListener = checkBoxListListener; in setCheckBoxListListener()
79 if (mCheckBoxListListener != null) { in onSelectedContactsChanged()
80 mCheckBoxListListener.onSelectedContactIdsChanged(); in onSelectedContactsChanged()
88 mCheckBoxListListener.onStopDisplayingCheckBoxes(); in onSelectedContactsChangedViaCheckBox()
101 if (mCheckBoxListListener != null) { in onActivityCreated()
102 mCheckBoxListListener.onSelectedContactIdsChanged(); in onActivityCreated()
151 if (mCheckBoxListListener != null) { in onItemLongClick()
152 mCheckBoxListListener.onStartDisplayingCheckBoxes(); in onItemLongClick()
166 if (mCheckBoxListListener != null in onItemLongClick()
[all …]