Searched refs:hasValidSelection (Results 1 – 2 of 2) sorted by relevance
939 private void setAlwaysButtonEnabled(boolean hasValidSelection, int checkedPos,948 if (hasValidSelection) {2084 final boolean hasValidSelection = checkedPos != ListView.INVALID_POSITION;2086 && (!hasValidSelection || mLastSelected != checkedPos)2088 setAlwaysButtonEnabled(hasValidSelection, checkedPos, true);2089 mOnceButton.setEnabled(hasValidSelection);2090 if (hasValidSelection) {
344 public boolean hasValidSelection() { in hasValidSelection() method in ContactListAdapter