Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/navigation/
DPhotopickerNavGraph.kt51 startDestination = getStartDestination(featureManager.enabledUiFeatures).route, in <lambda>()
82 allRoutes = listOf(getStartDestination(featureManager.enabledUiFeatures)) in NavGraphBuilder()
122 private fun getStartDestination(enabledUiFeatures: Set<PhotopickerUiFeature>): Route { in getStartDestination() method