Searched refs:PhotoGridFeature (Results 1 – 5 of 5) sorted by relevance
50 class PhotoGridFeature : PhotopickerUiFeature { class59 override fun build(featureManager: FeatureManager) = PhotoGridFeature() in isEnabled()
54 import com.android.photopicker.features.photogrid.PhotoGridFeature in <lambda>()101 if (featureManager.isFeatureEnabled(PhotoGridFeature::class.java)) { in <lambda>()
188 .that(PhotoGridFeature.Registration.isEnabled(configOne)) in testPhotoGridIsAlwaysEnabled()194 .that(PhotoGridFeature.Registration.isEnabled(configTwo)) in testPhotoGridIsAlwaysEnabled()200 .that(PhotoGridFeature.Registration.isEnabled(configThree)) in testPhotoGridIsAlwaysEnabled()
65 import com.android.photopicker.features.photogrid.PhotoGridFeature in <lambda>()113 if (featureManager.isFeatureEnabled(PhotoGridFeature::class.java)) { in <lambda>()
32 import com.android.photopicker.features.photogrid.PhotoGridFeature86 PhotoGridFeature.Registration,