Searched refs:keyguardSmartspaceRepository (Results 1 – 5 of 5) sorted by relevance
28 private val keyguardSmartspaceRepository: KeyguardSmartspaceRepository, constant in com.android.systemui.keyguard.domain.interactor.KeyguardSmartspaceInteractor30 val bcSmartspaceVisibility: StateFlow<Int> = keyguardSmartspaceRepository.bcSmartspaceVisibility31 val isWeatherEnabled: StateFlow<Boolean> = keyguardSmartspaceRepository.isWeatherEnabled34 keyguardSmartspaceRepository.setBcSmartspaceVisibility(visibility) in setBcSmartspaceVisibility()
21 import com.android.systemui.keyguard.data.repository.keyguardSmartspaceRepository28 keyguardSmartspaceRepository = keyguardSmartspaceRepository, in <lambda>()
25 import com.android.systemui.keyguard.data.repository.keyguardSmartspaceRepository64 keyguardSmartspaceRepository.setIsWeatherEnabled(true) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_isWeatherVisible_shouldBeTrue()78 keyguardSmartspaceRepository.setIsWeatherEnabled(true) in testWhenWeatherEnabled_hasCustomWeatherDataDisplay_isWeatherVisible_shouldBeFalse()93 keyguardSmartspaceRepository.setIsWeatherEnabled(false) in testWhenWeatherEnabled_notCustomWeatherDataDisplay_notIsWeatherVisible_shouldBeFalse()
21 val Kosmos.keyguardSmartspaceRepository by Kosmos.Fixture { FakeKeyguardSmartspaceRepository() } in <lambda>() constant
81 fun keyguardSmartspaceRepository( method