Home
last modified time | relevance | path

Searched defs:blueprintId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorTest.kt86 val blueprintId by collectLastValue(underTest.blueprintId) in testAppliesDefaultBlueprint() constant
100 val blueprintId by collectLastValue(underTest.blueprintId) in testAppliesSplitShadeBlueprint() constant
114 val blueprintId by collectLastValue(underTest.blueprintId) in testDoesNotApplySplitShadeBlueprint() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenContent.kt52 val blueprintId by viewModel.blueprintId(coroutineScope).collectAsStateWithLifecycle() in Content() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModel.kt105 fun blueprintId(scope: CoroutineScope): StateFlow<String> { in <lambda>() method
DKeyguardBlueprintViewModel.kt44 val blueprintId = keyguardBlueprintInteractor.blueprintId constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt72 val blueprintId = in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardBlueprintInteractor