Home
last modified time | relevance | path

Searched refs:isPickImagesAction (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java372 public boolean isPickImagesAction() { in isPickImagesAction() method in PickerViewModel
533 } else if (isPickImagesAction() && mSelection.canSelectMultiple()) { in initialisePreGrantsIfNecessary()
797 if (isPickImagesAction()) { in loadItemsDataForPreSelection()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerActivity.java778 final boolean isPickImages = isPickImagesAction(); in shouldPreloadSelectedItems()
1159 private boolean isPickImagesAction() { in isPickImagesAction() method