Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/features/
DFeatureManager.kt99 private val _enabledFeatures: MutableSet<PhotopickerFeature> = mutableSetOf()
102 private val _tokenMap: HashMap<String, PhotopickerFeature> = HashMap()
105 val enabledFeatures: Set<PhotopickerFeature>
290 fun isFeatureEnabled(featureClass: Class<out PhotopickerFeature>): Boolean { in isFeatureEnabled()
DFeatureRegistration.kt60 fun build(featureManager: FeatureManager): PhotopickerFeature
DPhotopickerFeature.kt28 interface PhotopickerFeature { interface
DPhotopickerUiFeature.kt29 interface PhotopickerUiFeature : PhotopickerFeature {