Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryTest.kt66 val blueprint by collectLastValue(underTest.blueprint) in testApplyBlueprint_DefaultLayout() constant
77 val blueprint by collectLastValue(underTest.blueprint) in testConfigurationChange() constant
88 val blueprint by collectLastValue(underTest.blueprint) in testRefreshBlueprint() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBlueprintViewModel.kt28 val blueprint = keyguardBlueprintInteractor.blueprint constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt28 val blueprint = keyguardBlueprintRepository.blueprint constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepository.kt57 val blueprint: Flow<KeyguardBlueprint> = _blueprint.asSharedFlow() in <lambda>() constant
73 val blueprint = blueprintIdMap[blueprintId] ?: return false in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBlueprintViewBinder.kt38 viewModel.blueprint.collect { blueprint -> in <lambda>() method