Searched defs:blueprint (Results 1 – 5 of 5) sorted by relevance
66 val blueprint by collectLastValue(underTest.blueprint) in testApplyBlueprint_DefaultLayout() constant77 val blueprint by collectLastValue(underTest.blueprint) in testConfigurationChange() constant88 val blueprint by collectLastValue(underTest.blueprint) in testRefreshBlueprint() constant
28 val blueprint = keyguardBlueprintInteractor.blueprint constant
28 val blueprint = keyguardBlueprintRepository.blueprint constant
57 val blueprint: Flow<KeyguardBlueprint> = _blueprint.asSharedFlow() in <lambda>() constant73 val blueprint = blueprintIdMap[blueprintId] ?: return false in <lambda>() constant
38 viewModel.blueprint.collect { blueprint -> in <lambda>() method