Home
last modified time | relevance | path

Searched refs:isSelectionAllowed (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DSelectionTest.java389 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()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DSelection.java317 public boolean isSelectionAllowed() { in isSelectionAllowed() method in Selection
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DPreviewFragment.java414 (isSelected || mSelection.isSelectionAllowed()) ? View.VISIBLE : View.GONE); in updateSelectButtonTextAndVisibility()
DPhotosTabFragment.java463 if (!mSelection.isSelectionAllowed()) {