Home
last modified time | relevance | path

Searched refs:lightsOutInteractor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/domain/interactor/
DLightsOutInteractorKosmos.kt22 val Kosmos.lightsOutInteractor by Kosmos.Fixture { LightsOutInteractor(statusBarModeRepository) } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModel.kt83 private val lightsOutInteractor: LightsOutInteractor, constant in com.android.systemui.statusbar.pipeline.shared.ui.viewmodel.CollapsedStatusBarViewModelImpl
108 lightsOutInteractor.isLowProfile(displayId),
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModelImplTest.kt55 import com.android.systemui.statusbar.phone.domain.interactor.lightsOutInteractor
81 kosmos.lightsOutInteractor,