Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/
DDebugActivity.kt53 private const val ROUTE_All_PAGES = "pages" in <lambda>() constant
88 composable(route = ROUTE_All_PAGES) { AllPages() } in <lambda>()
117 override val onClick = navigator(route = ROUTE_All_PAGES) in <lambda>()