Searched refs:isSelectionAllowed (Results 1 – 4 of 4) sorted by relevance
389 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionAllowed_exceedsMaxSelectionLimit_selectionNotAllowed()395 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionAllowed_exceedsMaxSelectionLimit_selectionNotAllowed()401 assertThat(mSelection.isSelectionAllowed()).isFalse(); in testIsSelectionAllowed_exceedsMaxSelectionLimit_selectionNotAllowed()412 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionWithPickImages_exceedsMaxSelectionLimit_selectionNotAllowed()419 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionWithPickImages_exceedsMaxSelectionLimit_selectionNotAllowed()427 assertThat(mSelection.isSelectionAllowed()).isFalse(); in testIsSelectionWithPickImages_exceedsMaxSelectionLimit_selectionNotAllowed()440 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionWithUserSelectAction_exceedsMaxSelectionLimit_selectionNotAllowed()447 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionWithUserSelectAction_exceedsMaxSelectionLimit_selectionNotAllowed()451 assertThat(mSelection.isSelectionAllowed()).isTrue(); in testIsSelectionWithUserSelectAction_exceedsMaxSelectionLimit_selectionNotAllowed()458 assertThat(mSelection.isSelectionAllowed()).isFalse(); in testIsSelectionWithUserSelectAction_exceedsMaxSelectionLimit_selectionNotAllowed()
317 public boolean isSelectionAllowed() { in isSelectionAllowed() method in Selection
414 (isSelected || mSelection.isSelectionAllowed()) ? View.VISIBLE : View.GONE); in updateSelectButtonTextAndVisibility()
463 if (!mSelection.isSelectionAllowed()) {