Searched refs:hasValidSelection (Results 1 – 2 of 2) sorted by relevance
1182 private void setAlwaysButtonEnabled(boolean hasValidSelection, int checkedPos,1199 if (hasValidSelection) {1769 final boolean hasValidSelection = checkedPos != ListView.INVALID_POSITION;1771 && (!hasValidSelection || mLastSelected != checkedPos)1773 setAlwaysButtonEnabled(hasValidSelection, checkedPos, true);1774 mOnceButton.setEnabled(hasValidSelection);1775 if (hasValidSelection) {
344 public boolean hasValidSelection() { in hasValidSelection() method in ContactListAdapter