Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/
DDebugActivity.kt56 private const val ROUTE_PAGE = "page" in <lambda>() constant
92 route = "$ROUTE_PAGE/{$PARAM_NAME_PAGE_ID}", in <lambda>()
140 override val onClick = navigator(route = ROUTE_PAGE + "/${page.id}") in <lambda>()