Searched refs:isPreGranted (Results 1 – 7 of 7) sorted by relevance
105 if (item.isPreGranted) { in add()138 if (item.isPreGranted){ in addAll()175 (item.isPreGranted && !_deSelection.contains(item)) in contains()211 if (item.isPreGranted) { in remove()234 if (item.isPreGranted) in removeAll()276 if (item.isPreGranted) { in toggle()321 if (item.isPreGranted) { in toggleAll()
73 if (element.isPreGranted && !deSelection.contains(element)) { in contains()
42 override val isPreGranted: Boolean constant94 override val isPreGranted: Boolean = false, constant in com.android.photopicker.data.model.Media.Image140 override val isPreGranted: Boolean = false, constant in com.android.photopicker.data.model.Media.Video
29 val isPreGranted: Boolean constant
141 return mSelectedItems.values().stream().filter((Item item) -> !item.isPreGranted()) in getNewlySelectedItems()184 if (item.isPreGranted()) { in addSelectedItem()227 if (item.isPreGranted()) { in removeSelectedItem()307 return (int) mSelectedItems.values().stream().filter(Item::isPreGranted).count(); in countOfPreGrantedItems()
159 public boolean isPreGranted() { in isPreGranted() method in Item
43 override val isPreGranted: Boolean = isPreGrantedParam constant in com.android.photopicker.core.selection.GrantsAwareSelectionTest.SelectionData