Searched refs:blueprintByBlueprintId (Results 1 – 1 of 1) sorted by relevance
43 private val blueprintByBlueprintId: Map<String, ComposableLockscreenSceneBlueprint> by lazy { in <lambda>() constant in com.android.systemui.keyguard.ui.composable.LockscreenContent60 val blueprint = blueprintByBlueprintId[blueprintId] ?: return in Content()