Home
last modified time | relevance | path

Searched defs:runInBuildScope (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DInternalScopes.kt50 suspend fun <R> runInBuildScope(block: suspend FrpBuildScope.() -> R): R in runInBuildScope() method
H A DBuildScopeImpl.kt68 override suspend fun <R> runInBuildScope(block: suspend FrpBuildScope.() -> R): R { in <lambda>() method