Searched defs:refreshBlueprint (Results 1 – 2 of 2) sorted by relevance
126 fun refreshBlueprint(type: Type = Type.NoTransition) = refreshBlueprint(Config(type)) in <lambda>() method in com.android.systemui.keyguard.domain.interactor.KeyguardBlueprintInteractor129 fun refreshBlueprint(config: Config) = keyguardBlueprintRepository.refreshBlueprint(config) in <lambda>() method
92 fun refreshBlueprint(config: Config = Config.DEFAULT) { in <lambda>() method